CHRIST (Deemed to University), Bangalore

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

School of Commerce, Finance and Accountancy






Syllabus for
BTech (Computer Science and Engineering-Artificial Intelligence and Machine Learning)
Academic Year  (2024)

 

CSE333P - DATA STRUCTURES (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

This course provides knowledge on Stacks, Queues, Linked Lists, Trees and Heap. The knowledge of C language and data structures will be reinforced by practical exercises during the course of study. The course will help students to develop the capability to select and design data structures for algorithms that are appropriate for problems that they might encounter. 

  1. Understand, Practice and Assimilate fundamentals of data structures and their applications essential for programming/problem solving.
  2. Describe, Apply and Design the Linear Data Structures: Stack, Queues, Lists.
  3. Describe, Apply and Design  the Non-Linear Data Structures such as Trees and Graphs
  4. Identify appropriate data structure during program development/Problem Solving

Learning Outcome

CO1: Identify various types of data structures and stack operations.

CO2: Develop various operations of Queue ADT

CO3: Experiment various operations of List ADT and their applications.

CO4: Make use of trees to develop various applications of data structures.

CO5: Examine various graph data structures for solving computing problems to achieve optimal performance.

Unit-1
Teaching Hours:15
Introduction to Data Structures and Stacks
 

The Abstract Data Type, Model for an Abstract Data Type,Data Structure Definition, Classification   of data structures, Operations on data structures, Stack ADT: Definition, Array Implementation of stack, Operations on stack, Stack Applications-Conversion of expression, Evaluation of postfix expression.

Experiment 1: Develop and Implement a menu driven Program in C for the different operations on STACK.

Experiment 2: Develop and Implement a Program in C for the Stack Applications.

Unit-1
Teaching Hours:15
Introduction to Data Structures and Stacks
 

The Abstract Data Type, Model for an Abstract Data Type,Data Structure Definition, Classification   of data structures, Operations on data structures, Stack ADT: Definition, Array Implementation of stack, Operations on stack, Stack Applications-Conversion of expression, Evaluation of postfix expression.

Experiment 1: Develop and Implement a menu driven Program in C for the different operations on STACK.

Experiment 2: Develop and Implement a Program in C for the Stack Applications.

Unit-1
Teaching Hours:15
Introduction to Data Structures and Stacks
 

The Abstract Data Type, Model for an Abstract Data Type,Data Structure Definition, Classification   of data structures, Operations on data structures, Stack ADT: Definition, Array Implementation of stack, Operations on stack, Stack Applications-Conversion of expression, Evaluation of postfix expression.

Experiment 1: Develop and Implement a menu driven Program in C for the different operations on STACK.

Experiment 2: Develop and Implement a Program in C for the Stack Applications.

Unit-1
Teaching Hours:15
Introduction to Data Structures and Stacks
 

The Abstract Data Type, Model for an Abstract Data Type,Data Structure Definition, Classification   of data structures, Operations on data structures, Stack ADT: Definition, Array Implementation of stack, Operations on stack, Stack Applications-Conversion of expression, Evaluation of postfix expression.

Experiment 1: Develop and Implement a menu driven Program in C for the different operations on STACK.

Experiment 2: Develop and Implement a Program in C for the Stack Applications.

Unit-1
Teaching Hours:15
Introduction to Data Structures and Stacks
 

The Abstract Data Type, Model for an Abstract Data Type,Data Structure Definition, Classification   of data structures, Operations on data structures, Stack ADT: Definition, Array Implementation of stack, Operations on stack, Stack Applications-Conversion of expression, Evaluation of postfix expression.

Experiment 1: Develop and Implement a menu driven Program in C for the different operations on STACK.

Experiment 2: Develop and Implement a Program in C for the Stack Applications.

Unit-2
Teaching Hours:15
QUEUES
 

The Queue ADT: Definition, Array Implementation of queue, Types of queues: Simple queue, Circular queue, Double ended queue (de -queue), Operations on all types of Queues, Priority Queues, Applications of Queues.

Experiment 3: Develop and Implement a menu driven Program in C for the different   operations on Linear QUEUE ADT.

Experiment 4: Develop and Implement a menu driven Program in C for the different  operations on Circular QUEUE

Unit-2
Teaching Hours:15
QUEUES
 

The Queue ADT: Definition, Array Implementation of queue, Types of queues: Simple queue, Circular queue, Double ended queue (de -queue), Operations on all types of Queues, Priority Queues, Applications of Queues.

Experiment 3: Develop and Implement a menu driven Program in C for the different   operations on Linear QUEUE ADT.

Experiment 4: Develop and Implement a menu driven Program in C for the different  operations on Circular QUEUE

Unit-2
Teaching Hours:15
QUEUES
 

The Queue ADT: Definition, Array Implementation of queue, Types of queues: Simple queue, Circular queue, Double ended queue (de -queue), Operations on all types of Queues, Priority Queues, Applications of Queues.

Experiment 3: Develop and Implement a menu driven Program in C for the different   operations on Linear QUEUE ADT.

Experiment 4: Develop and Implement a menu driven Program in C for the different  operations on Circular QUEUE

Unit-2
Teaching Hours:15
QUEUES
 

The Queue ADT: Definition, Array Implementation of queue, Types of queues: Simple queue, Circular queue, Double ended queue (de -queue), Operations on all types of Queues, Priority Queues, Applications of Queues.

Experiment 3: Develop and Implement a menu driven Program in C for the different   operations on Linear QUEUE ADT.

Experiment 4: Develop and Implement a menu driven Program in C for the different  operations on Circular QUEUE

Unit-2
Teaching Hours:15
QUEUES
 

The Queue ADT: Definition, Array Implementation of queue, Types of queues: Simple queue, Circular queue, Double ended queue (de -queue), Operations on all types of Queues, Priority Queues, Applications of Queues.

Experiment 3: Develop and Implement a menu driven Program in C for the different   operations on Linear QUEUE ADT.

Experiment 4: Develop and Implement a menu driven Program in C for the different  operations on Circular QUEUE

Unit-3
Teaching Hours:15
LINKED LISTS
 

The List ADT: Singly linked list implementation, Double linked list implementation, insertion, deletion and searching operations on all List implementation, Concepts of Circular linked list, Array implementation of Lists, Implementation of stacks and queues using Single Linked List, Applications of linked list.

Experiment 5: Develop and Implement a menu driven Program in C for the different operations on Singly Linked List (SLL).

Experiment 6: Develop and Implement a menu driven Program in C for the different operations on Doubly Linked List (DLL).

Unit-3
Teaching Hours:15
LINKED LISTS
 

The List ADT: Singly linked list implementation, Double linked list implementation, insertion, deletion and searching operations on all List implementation, Concepts of Circular linked list, Array implementation of Lists, Implementation of stacks and queues using Single Linked List, Applications of linked list.

Experiment 5: Develop and Implement a menu driven Program in C for the different operations on Singly Linked List (SLL).

Experiment 6: Develop and Implement a menu driven Program in C for the different operations on Doubly Linked List (DLL).

Unit-3
Teaching Hours:15
LINKED LISTS
 

The List ADT: Singly linked list implementation, Double linked list implementation, insertion, deletion and searching operations on all List implementation, Concepts of Circular linked list, Array implementation of Lists, Implementation of stacks and queues using Single Linked List, Applications of linked list.

Experiment 5: Develop and Implement a menu driven Program in C for the different operations on Singly Linked List (SLL).

Experiment 6: Develop and Implement a menu driven Program in C for the different operations on Doubly Linked List (DLL).

Unit-3
Teaching Hours:15
LINKED LISTS
 

The List ADT: Singly linked list implementation, Double linked list implementation, insertion, deletion and searching operations on all List implementation, Concepts of Circular linked list, Array implementation of Lists, Implementation of stacks and queues using Single Linked List, Applications of linked list.

Experiment 5: Develop and Implement a menu driven Program in C for the different operations on Singly Linked List (SLL).

Experiment 6: Develop and Implement a menu driven Program in C for the different operations on Doubly Linked List (DLL).

Unit-3
Teaching Hours:15
LINKED LISTS
 

The List ADT: Singly linked list implementation, Double linked list implementation, insertion, deletion and searching operations on all List implementation, Concepts of Circular linked list, Array implementation of Lists, Implementation of stacks and queues using Single Linked List, Applications of linked list.

Experiment 5: Develop and Implement a menu driven Program in C for the different operations on Singly Linked List (SLL).

Experiment 6: Develop and Implement a menu driven Program in C for the different operations on Doubly Linked List (DLL).

Unit-4
Teaching Hours:15
TREES
 

Preliminaries, Binary Trees, Tree Traversals, Binary Search Trees, AVL Trees, Splay trees, B-Tree, Expression tree, Heaps ADT- Binary Heap, Application of Trees.

Experiment 7: Develop and Implement a menu driven Program in C for the different operations on Binary Search Tree (BST).

Experiment 8: Develop and Implement a program in C to create a max heap/Min heap.

Unit-4
Teaching Hours:15
TREES
 

Preliminaries, Binary Trees, Tree Traversals, Binary Search Trees, AVL Trees, Splay trees, B-Tree, Expression tree, Heaps ADT- Binary Heap, Application of Trees.

Experiment 7: Develop and Implement a menu driven Program in C for the different operations on Binary Search Tree (BST).

Experiment 8: Develop and Implement a program in C to create a max heap/Min heap.

Unit-4
Teaching Hours:15
TREES
 

Preliminaries, Binary Trees, Tree Traversals, Binary Search Trees, AVL Trees, Splay trees, B-Tree, Expression tree, Heaps ADT- Binary Heap, Application of Trees.

Experiment 7: Develop and Implement a menu driven Program in C for the different operations on Binary Search Tree (BST).

Experiment 8: Develop and Implement a program in C to create a max heap/Min heap.

Unit-4
Teaching Hours:15
TREES
 

Preliminaries, Binary Trees, Tree Traversals, Binary Search Trees, AVL Trees, Splay trees, B-Tree, Expression tree, Heaps ADT- Binary Heap, Application of Trees.

Experiment 7: Develop and Implement a menu driven Program in C for the different operations on Binary Search Tree (BST).

Experiment 8: Develop and Implement a program in C to create a max heap/Min heap.

Unit-4
Teaching Hours:15
TREES
 

Preliminaries, Binary Trees, Tree Traversals, Binary Search Trees, AVL Trees, Splay trees, B-Tree, Expression tree, Heaps ADT- Binary Heap, Application of Trees.

Experiment 7: Develop and Implement a menu driven Program in C for the different operations on Binary Search Tree (BST).

Experiment 8: Develop and Implement a program in C to create a max heap/Min heap.

Unit-5
Teaching Hours:15
GRAPHS
 

Introduction to Graphs, Graph Traversals-DFS, BFS, Minimum Spanning Tree – Prim’s and Kruskal's Algorithm, Single -Source Shortest Paths– Bellman-Ford algorithm and Dijkstra’s Algorithm, Applications of Graphs

Experiment 9: Develop and Implement Minimum spanning tree using Prims Algorithm.

Experiment 10: Develop and Implement Single source shortest path using Dijkstra’s Algorithm.

Unit-5
Teaching Hours:15
GRAPHS
 

Introduction to Graphs, Graph Traversals-DFS, BFS, Minimum Spanning Tree – Prim’s and Kruskal's Algorithm, Single -Source Shortest Paths– Bellman-Ford algorithm and Dijkstra’s Algorithm, Applications of Graphs

Experiment 9: Develop and Implement Minimum spanning tree using Prims Algorithm.

Experiment 10: Develop and Implement Single source shortest path using Dijkstra’s Algorithm.

Unit-5
Teaching Hours:15
GRAPHS
 

Introduction to Graphs, Graph Traversals-DFS, BFS, Minimum Spanning Tree – Prim’s and Kruskal's Algorithm, Single -Source Shortest Paths– Bellman-Ford algorithm and Dijkstra’s Algorithm, Applications of Graphs

Experiment 9: Develop and Implement Minimum spanning tree using Prims Algorithm.

Experiment 10: Develop and Implement Single source shortest path using Dijkstra’s Algorithm.

Unit-5
Teaching Hours:15
GRAPHS
 

Introduction to Graphs, Graph Traversals-DFS, BFS, Minimum Spanning Tree – Prim’s and Kruskal's Algorithm, Single -Source Shortest Paths– Bellman-Ford algorithm and Dijkstra’s Algorithm, Applications of Graphs

Experiment 9: Develop and Implement Minimum spanning tree using Prims Algorithm.

Experiment 10: Develop and Implement Single source shortest path using Dijkstra’s Algorithm.

Unit-5
Teaching Hours:15
GRAPHS
 

Introduction to Graphs, Graph Traversals-DFS, BFS, Minimum Spanning Tree – Prim’s and Kruskal's Algorithm, Single -Source Shortest Paths– Bellman-Ford algorithm and Dijkstra’s Algorithm, Applications of Graphs

Experiment 9: Develop and Implement Minimum spanning tree using Prims Algorithm.

Experiment 10: Develop and Implement Single source shortest path using Dijkstra’s Algorithm.

Text Books And Reference Books:

T1. "Data Structures and Algorithm Analysis in C" Second edition by Mark Allen Weiss ,Pearson,2016.

Essential Reading / Recommended Reading

R1. Fundamentals of Data Structures in C, “Ellis Horowitz, Sartaz Sahni, Anderson, Freed”, Second edition, University press, 2008, Reprinted 2016, ISBN:978-81-7371-605-8

R2. Data Structures: A Pseudocode approach with C, Richard F. Gilberg and Behrouz A, Forouzan, Thomson, Second Edition,2016.

Evaluation Pattern
  • CIA 1 – 20 Marks

  • CIA 2 – 50 Marks

  • CIA 3 – 20 Marks

  • Practical – 50 Marks

  • End Semester Examination – 100 Marks

  • Attendance – 5 Marks

 

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSE335P - OBJECT ORIENTED PROGRAMMING (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description

Through practical exercises and project-based learning, students will develop critical thinking, problem-solving, collaboration skills, and the ability to learn how to learn. In addition, they will gain highly sought-after skills in Java programming, database connectivity, and web development, which are essential for employability as Java developers, as well as learning how to identify and develop ideas for Java-based applications that can be turned into successful businesses. Furthermore, the course will cover cross-cutting needs such as ethics, sustainability, and inclusivity in software development to ensure that students can develop responsible and sustainable applications.

Course Objectives:

 

  1.  Software development in business environments has become more sophisticated, the software implementation is becoming increasingly complex and requires the best programming paradigm which helps to eliminate complexity of large projects.

  2.  Object Oriented Programming (OOP) has become the predominant technique for writing software at present. Many other important software development techniques are based upon the fundamental ideas captured by object-oriented programming.

  3. The course also caters to the understanding of event driven programming, generic programming and concurrent programming.

Learning Outcome

CO1: Illustrate Java program structure, Objects and classes, control structures, loops using simple Java programs

CO2: Apply the principles of object-oriented programming to solve real-world problems by creating classes, objects, and methods that use encapsulation, inheritance, and polymorphism.

CO3: Analyze the impact of different exception handling strategies on program design and its functionality to solve real world problem

CO4: Apply multithreading in java programs that incorporate synchronization techniques using locks to prevent race conditions and deadlocks

CO5: Design and implement graphical user interfaces (GUIs) using AWT and Swing to establish the front end.

Unit-1
Teaching Hours:9
Java Introduction and Basics
 

Java History-JavaVirtual Machine, Command Line Arguments, - Elements of Java Language- Introduction to objects, Classes – Attributes and methods – Simple classes Circle,Employee,Student etc.-Control structures – If structure – nested if – break – Labeled break – switch structure - Loop Structures – For – While  – Do while – Nested.

Unit-1
Teaching Hours:9
Java Introduction and Basics
 

Java History-JavaVirtual Machine, Command Line Arguments, - Elements of Java Language- Introduction to objects, Classes – Attributes and methods – Simple classes Circle,Employee,Student etc.-Control structures – If structure – nested if – break – Labeled break – switch structure - Loop Structures – For – While  – Do while – Nested.

Unit-1
Teaching Hours:9
Java Introduction and Basics
 

Java History-JavaVirtual Machine, Command Line Arguments, - Elements of Java Language- Introduction to objects, Classes – Attributes and methods – Simple classes Circle,Employee,Student etc.-Control structures – If structure – nested if – break – Labeled break – switch structure - Loop Structures – For – While  – Do while – Nested.

Unit-1
Teaching Hours:9
Java Introduction and Basics
 

Java History-JavaVirtual Machine, Command Line Arguments, - Elements of Java Language- Introduction to objects, Classes – Attributes and methods – Simple classes Circle,Employee,Student etc.-Control structures – If structure – nested if – break – Labeled break – switch structure - Loop Structures – For – While  – Do while – Nested.

Unit-1
Teaching Hours:9
Java Introduction and Basics
 

Java History-JavaVirtual Machine, Command Line Arguments, - Elements of Java Language- Introduction to objects, Classes – Attributes and methods – Simple classes Circle,Employee,Student etc.-Control structures – If structure – nested if – break – Labeled break – switch structure - Loop Structures – For – While  – Do while – Nested.

Unit-2
Teaching Hours:9
Fundamentals of Object-Oriented Programming
 

Overview of Object oriented Program-Classes and Objects–Constructors – Multiple constructors-Encapsulation and access modifiers,Overriding - Inheritance and polymorphism, - Real life examples of polymorphism and inheritance -Abstract classes and Interfaces.

Unit-2
Teaching Hours:9
Fundamentals of Object-Oriented Programming
 

Overview of Object oriented Program-Classes and Objects–Constructors – Multiple constructors-Encapsulation and access modifiers,Overriding - Inheritance and polymorphism, - Real life examples of polymorphism and inheritance -Abstract classes and Interfaces.

Unit-2
Teaching Hours:9
Fundamentals of Object-Oriented Programming
 

Overview of Object oriented Program-Classes and Objects–Constructors – Multiple constructors-Encapsulation and access modifiers,Overriding - Inheritance and polymorphism, - Real life examples of polymorphism and inheritance -Abstract classes and Interfaces.

Unit-2
Teaching Hours:9
Fundamentals of Object-Oriented Programming
 

Overview of Object oriented Program-Classes and Objects–Constructors – Multiple constructors-Encapsulation and access modifiers,Overriding - Inheritance and polymorphism, - Real life examples of polymorphism and inheritance -Abstract classes and Interfaces.

Unit-2
Teaching Hours:9
Fundamentals of Object-Oriented Programming
 

Overview of Object oriented Program-Classes and Objects–Constructors – Multiple constructors-Encapsulation and access modifiers,Overriding - Inheritance and polymorphism, - Real life examples of polymorphism and inheritance -Abstract classes and Interfaces.

Unit-3
Teaching Hours:9
Exception Handling, Packages and Generic Programming
 

Exception Handling and Packages:   Handling exceptions with try-catch blocks, Creating custom exceptions, Handling checked and unchecked exceptions, Finally  blocks.  Defining  Package,  CLASSPATH,  Importing  Packages. Generic Programming: Generic Classes – Generic Methods.

Unit-3
Teaching Hours:9
Exception Handling, Packages and Generic Programming
 

Exception Handling and Packages:   Handling exceptions with try-catch blocks, Creating custom exceptions, Handling checked and unchecked exceptions, Finally  blocks.  Defining  Package,  CLASSPATH,  Importing  Packages. Generic Programming: Generic Classes – Generic Methods.

Unit-3
Teaching Hours:9
Exception Handling, Packages and Generic Programming
 

Exception Handling and Packages:   Handling exceptions with try-catch blocks, Creating custom exceptions, Handling checked and unchecked exceptions, Finally  blocks.  Defining  Package,  CLASSPATH,  Importing  Packages. Generic Programming: Generic Classes – Generic Methods.

Unit-3
Teaching Hours:9
Exception Handling, Packages and Generic Programming
 

Exception Handling and Packages:   Handling exceptions with try-catch blocks, Creating custom exceptions, Handling checked and unchecked exceptions, Finally  blocks.  Defining  Package,  CLASSPATH,  Importing  Packages. Generic Programming: Generic Classes – Generic Methods.

Unit-3
Teaching Hours:9
Exception Handling, Packages and Generic Programming
 

Exception Handling and Packages:   Handling exceptions with try-catch blocks, Creating custom exceptions, Handling checked and unchecked exceptions, Finally  blocks.  Defining  Package,  CLASSPATH,  Importing  Packages. Generic Programming: Generic Classes – Generic Methods.

Unit-4
Teaching Hours:9
Introduction to Multithreading and Concurrency
 

Introduction to Multithreading and Concurrency:  Understanding Threads and Processes,Creating Threads,Thread States,Thread Scheduling, Synchronization -using Locks.   Deadlocks and their Prevention,Thread Communication using wait(), notify(), and notifyAll() methods.

Unit-4
Teaching Hours:9
Introduction to Multithreading and Concurrency
 

Introduction to Multithreading and Concurrency:  Understanding Threads and Processes,Creating Threads,Thread States,Thread Scheduling, Synchronization -using Locks.   Deadlocks and their Prevention,Thread Communication using wait(), notify(), and notifyAll() methods.

Unit-4
Teaching Hours:9
Introduction to Multithreading and Concurrency
 

Introduction to Multithreading and Concurrency:  Understanding Threads and Processes,Creating Threads,Thread States,Thread Scheduling, Synchronization -using Locks.   Deadlocks and their Prevention,Thread Communication using wait(), notify(), and notifyAll() methods.

Unit-4
Teaching Hours:9
Introduction to Multithreading and Concurrency
 

Introduction to Multithreading and Concurrency:  Understanding Threads and Processes,Creating Threads,Thread States,Thread Scheduling, Synchronization -using Locks.   Deadlocks and their Prevention,Thread Communication using wait(), notify(), and notifyAll() methods.

Unit-4
Teaching Hours:9
Introduction to Multithreading and Concurrency
 

Introduction to Multithreading and Concurrency:  Understanding Threads and Processes,Creating Threads,Thread States,Thread Scheduling, Synchronization -using Locks.   Deadlocks and their Prevention,Thread Communication using wait(), notify(), and notifyAll() methods.

Unit-5
Teaching Hours:9
Graphical User Interfaces
 

Graphical User Interfaces–Windows and Frames – AWT Graphics class – Introduction  to Swing–SwingComponents-Creating windows with buttons, labels,  checkbox,  choice,  text  area,  textbox  etc.-Event handling and Layout Management.

Unit-5
Teaching Hours:9
Graphical User Interfaces
 

Graphical User Interfaces–Windows and Frames – AWT Graphics class – Introduction  to Swing–SwingComponents-Creating windows with buttons, labels,  checkbox,  choice,  text  area,  textbox  etc.-Event handling and Layout Management.

Unit-5
Teaching Hours:9
Graphical User Interfaces
 

Graphical User Interfaces–Windows and Frames – AWT Graphics class – Introduction  to Swing–SwingComponents-Creating windows with buttons, labels,  checkbox,  choice,  text  area,  textbox  etc.-Event handling and Layout Management.

Unit-5
Teaching Hours:9
Graphical User Interfaces
 

Graphical User Interfaces–Windows and Frames – AWT Graphics class – Introduction  to Swing–SwingComponents-Creating windows with buttons, labels,  checkbox,  choice,  text  area,  textbox  etc.-Event handling and Layout Management.

Unit-5
Teaching Hours:9
Graphical User Interfaces
 

Graphical User Interfaces–Windows and Frames – AWT Graphics class – Introduction  to Swing–SwingComponents-Creating windows with buttons, labels,  checkbox,  choice,  text  area,  textbox  etc.-Event handling and Layout Management.

Text Books And Reference Books:

 TEXT BOOKS

T1.  C.  Xavier,  Object  Oriented  Programming  Paradigm  with  JAVA,  New  Age

International Publishers, INDIA, (2024)

T2.    Herbert  Schildt,  "Java:  The  Complete  Reference"  by,  12th   edition,  McGraw

 

Hill(2021)

Essential Reading / Recommended Reading

REFERENCE BOOKS

R1.    CayS. Horstmann and Gary Cornell,Core Java,VolumeI–Fundamentals, Eleventh Edition, Prentice Hall, 2018.

R2.   CayS.Horstmann,JavaSE8fortheReallyImpatient:AShortCourseonthe

Basics (Java Series), 2014.

R3.  Bruce Eckel, “Thinking in Java”, 4th Edition, Prentice Hall Professional, 2006.

R4."JavaSwing"byMarcLoy,RobertEckstein,andDaveWood,2nd edition "Core

Java,VolumeII:AdvancedFeatures"byCayS.HorstmannandGaryCornell,

8th Edition.

 OTHER RESOURCES

 

1.   https://www.udemy.com/course/intro-to-object-oriented-programming-wi

th-java/

2.   https://www.udemy.com/course/how-to-connect-java-jdbc-to-mysql/

3.   https://onlinecourses.nptel.ac.in/noc24_cs105/preview

4.   https://journaleet.in/articles/from-observation-to-active-learning-a-collabo

rative-learning-approach-for-object-oriented-programming-course

 

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSE351 - EXTENDED REALITIES (2023 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:50
Credits:2

Course Objectives/Course Description

 

Course Description:

The course covers contents from basics of XR(AR-VR-MR), Unity Basic concepts, Introductory concepts of C# programming, functions of Augmented Reality.

 

Course objectives:

Students should be able to:

● Understand the core concepts and applications of Extended Reality (XR).

● Navigate and utilize the Unity platform proficiently for XR development.

● Develop XR experiences using C# scripting for interactive elements.

● Create Augmented Reality (AR) applications and Virtual/Mixed Reality (VR/MR) environments.

  • Design and implement immersive user interfaces tailored for XR applications.

Learning Outcome

CO1: Explain core concepts and applications of Extended Reality (XR) through analysis and evaluation across various domains.

CO2: Develop using Unity platform proficiently for XR development, demonstrating synthesis and creation of immersive environments

CO3: Develop XR experiences using C# scripting, integrating critical thinking and problem-solving skills.

CO4: Build Augmented Reality (AR) applications and Virtual/Mixed Reality (VR/MR) environments, applying creative thinking and knowledge synthesis.

CO5: Develop immersive user interfaces tailored for XR applications, ensuring optimal user experience and engagement.

Unit-1
Teaching Hours:6
Extended Realities (AR-VR-MR)
 

Introduction to immersive technologies and environments, XR hardwares, XR softwares, Design principles ,Computer graphics, UI and UX, Applications and benefits of immersive tech.

Unit-1
Teaching Hours:6
Extended Realities (AR-VR-MR)
 

Introduction to immersive technologies and environments, XR hardwares, XR softwares, Design principles ,Computer graphics, UI and UX, Applications and benefits of immersive tech.

Unit-1
Teaching Hours:6
Extended Realities (AR-VR-MR)
 

Introduction to immersive technologies and environments, XR hardwares, XR softwares, Design principles ,Computer graphics, UI and UX, Applications and benefits of immersive tech.

Unit-1
Teaching Hours:6
Extended Realities (AR-VR-MR)
 

Introduction to immersive technologies and environments, XR hardwares, XR softwares, Design principles ,Computer graphics, UI and UX, Applications and benefits of immersive tech.

Unit-1
Teaching Hours:6
Extended Realities (AR-VR-MR)
 

Introduction to immersive technologies and environments, XR hardwares, XR softwares, Design principles ,Computer graphics, UI and UX, Applications and benefits of immersive tech.

Unit-2
Teaching Hours:14
Unity Basics
 

Unity ID creation and login, Unity interface basics: Creating a scene in unity, importing 3d models: Lighting. 3D Animations in unity , Basic mechanisms(physics and non physics) , Audio and effects , User interface, Buttons.

Unit-2
Teaching Hours:14
Unity Basics
 

Unity ID creation and login, Unity interface basics: Creating a scene in unity, importing 3d models: Lighting. 3D Animations in unity , Basic mechanisms(physics and non physics) , Audio and effects , User interface, Buttons.

Unit-2
Teaching Hours:14
Unity Basics
 

Unity ID creation and login, Unity interface basics: Creating a scene in unity, importing 3d models: Lighting. 3D Animations in unity , Basic mechanisms(physics and non physics) , Audio and effects , User interface, Buttons.

Unit-2
Teaching Hours:14
Unity Basics
 

Unity ID creation and login, Unity interface basics: Creating a scene in unity, importing 3d models: Lighting. 3D Animations in unity , Basic mechanisms(physics and non physics) , Audio and effects , User interface, Buttons.

Unit-2
Teaching Hours:14
Unity Basics
 

Unity ID creation and login, Unity interface basics: Creating a scene in unity, importing 3d models: Lighting. 3D Animations in unity , Basic mechanisms(physics and non physics) , Audio and effects , User interface, Buttons.

Unit-3
Teaching Hours:14
Scripting introduction using C#
 

Data types, variables and operators.Control structures: If statements and loops. Classes, objects and methods, Using functions to add properties to objects in the scene,changing colors  via  scripts  and  UI,switching  between  scenes.

Unit-3
Teaching Hours:14
Scripting introduction using C#
 

Data types, variables and operators.Control structures: If statements and loops. Classes, objects and methods, Using functions to add properties to objects in the scene,changing colors  via  scripts  and  UI,switching  between  scenes.

Unit-3
Teaching Hours:14
Scripting introduction using C#
 

Data types, variables and operators.Control structures: If statements and loops. Classes, objects and methods, Using functions to add properties to objects in the scene,changing colors  via  scripts  and  UI,switching  between  scenes.

Unit-3
Teaching Hours:14
Scripting introduction using C#
 

Data types, variables and operators.Control structures: If statements and loops. Classes, objects and methods, Using functions to add properties to objects in the scene,changing colors  via  scripts  and  UI,switching  between  scenes.

Unit-3
Teaching Hours:14
Scripting introduction using C#
 

Data types, variables and operators.Control structures: If statements and loops. Classes, objects and methods, Using functions to add properties to objects in the scene,changing colors  via  scripts  and  UI,switching  between  scenes.

Unit-4
Teaching Hours:14
Augmented Reality
 

Introduction to AR basics, Plane tracking, AR Foundation, ARCore/ARKit,Building AR experiences.

Unit-4
Teaching Hours:14
Augmented Reality
 

Introduction to AR basics, Plane tracking, AR Foundation, ARCore/ARKit,Building AR experiences.

Unit-4
Teaching Hours:14
Augmented Reality
 

Introduction to AR basics, Plane tracking, AR Foundation, ARCore/ARKit,Building AR experiences.

Unit-4
Teaching Hours:14
Augmented Reality
 

Introduction to AR basics, Plane tracking, AR Foundation, ARCore/ARKit,Building AR experiences.

Unit-4
Teaching Hours:14
Augmented Reality
 

Introduction to AR basics, Plane tracking, AR Foundation, ARCore/ARKit,Building AR experiences.

Unit-5
Teaching Hours:12
Development for Virtual Reality and Mixed Reality
 

Setup for VR/MR in unity. Creating and configuring scenes, Using “Building Blocks” from meta for setting up interaction. UI/UX in VR:MR. Using depth sensors and modal features for mixed reality.

Unit-5
Teaching Hours:12
Development for Virtual Reality and Mixed Reality
 

Setup for VR/MR in unity. Creating and configuring scenes, Using “Building Blocks” from meta for setting up interaction. UI/UX in VR:MR. Using depth sensors and modal features for mixed reality.

Unit-5
Teaching Hours:12
Development for Virtual Reality and Mixed Reality
 

Setup for VR/MR in unity. Creating and configuring scenes, Using “Building Blocks” from meta for setting up interaction. UI/UX in VR:MR. Using depth sensors and modal features for mixed reality.

Unit-5
Teaching Hours:12
Development for Virtual Reality and Mixed Reality
 

Setup for VR/MR in unity. Creating and configuring scenes, Using “Building Blocks” from meta for setting up interaction. UI/UX in VR:MR. Using depth sensors and modal features for mixed reality.

Unit-5
Teaching Hours:12
Development for Virtual Reality and Mixed Reality
 

Setup for VR/MR in unity. Creating and configuring scenes, Using “Building Blocks” from meta for setting up interaction. UI/UX in VR:MR. Using depth sensors and modal features for mixed reality.

Text Books And Reference Books:

Steven M Lavelle: Virtual reality, Cambridge University Press, 2023

Essential Reading / Recommended Reading

 

https://learn.unity.com/pathway/unity-essentials

https://learn.unity.com/pathway/mobile-ar- development

 

https://learn.unity.com/pathway/vr-development

Evaluation Pattern

CIA2: 50 Marks

ESE: 50 Marks

(Scaled CIA 25 Marks and ESE 25 Marks)

CSEAM331 - DIGITAL SYSTEMS AND COMPUTER ARCHITECTURE (2023 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

 Course Description:

This course provides a comprehensive introduction to the fundamental principles of digital systems and computer architecture. Students will explore the key components that constitute modern computer systems and gain an understanding of their organization and functionality. The course aims to develop a solid foundation in digital logic, computer arithmetic, and the architecture of central processing units (CPUs). Practical aspects of computer organization and design are emphasized through hands-on exercises, projects, and case studies.

 

Course Objective:

1 To understand the basic structure and operation of basic digital circuits and digital computers.

2 To discuss in detail arithmetic operations in digital system.

3 To discuss generation of control signals and different ways of communication with I/O devices.

 4 To study the hierarchical memory and principles of advanced computing.

Learning Outcome

CO1: Explain the fundamental concepts of digital systems

CO2: Solve the given arithmetic and logical problems using suitable arithmetic operations.

CO3: Demonstrate the functions of basic components and operational concepts of Computer Architecture

CO4: Develop suitable control unit design and pipelining architecture design in a multiprocessor environment.

CO5: Experiment with I/O and memory concepts to improve the system performance.

Unit-1
Teaching Hours:9
OVERVIEW OF DIGITAL SYSTEMS
 

Overview of Digital Systems, Boolean Algebra and Logic Gates, Combinational Logic: Design and Analysis, Sequential Logic: Flip-Flops and Registers

Unit-2
Teaching Hours:9
NUMBER SYSTEMS AND COMPUTER ARITHMETIC
 

Addition and Subtraction – Multiplication – Division – Floating Point Representation – Floating Point Operations ,Fixed-Point Arithmetic,Floating-Point Arithmetic: Representation of real numbers in floating-point format.

Unit-3
Teaching Hours:8
FUNDAMENTALS OF COMPUTER ARCHITECTURE
 

Functional Units – Basic Operational Concepts – Performance – Instructions: Language of the Computer – Operations, Operands – Instruction representation – Logical operations – decision making – MIPS Addressing.

Unit-4
Teaching Hours:9
BASIC PROCESSING AND CONTROL UNIT
 

A Basic MIPS implementation – Building a Datapath – Control Implementation Scheme – Pipelining – Pipelined Datapath and control – Handling Data Hazards, Structural Hazards & Control Hazards – Exceptions.

Unit-5
Teaching Hours:10
MEMORY & INPUT/OUTPUT SYSTEMS
 

Memory Hierarchy - Memory Technologies – Cache Memory – Measuring and improving cache performance – Virtual memory, TLB - Hard Disk Drives and Solid-State Drives,File Systems and Storage Technologies and Trends,Accessing I/O Devices – Interrupts – Direct Memory Access – Bus structure – Bus operation – Arbitration

Text Books And Reference Books:

1. David A. Patterson and John L. Hennessy, “Computer Organization and Design: The Hardware/Software Interface”, Fifth Edition, Morgan Kaufmann / Elsevier, 2014

2. M Morris Mano, Michael D. Ciletti Digital Design, 5/e, Pearson Education, 2011.

3.  Digital Design and Computer Architecture" by David Money Harris and Sarah L. Harris, Second Edition, 2013

4. John L. Hennessey and David A. Patterson, “Computer Architecture –A Quantitative Approach”, Fifth Edition, Morgan Kaufmann / Elsevier Publishers, 2012.

Essential Reading / Recommended Reading

R1: William Stallings, “Computer Organization and    Architecture – Designing for Performance”, Seventh Edition, Pearson Education, 2017.

Evaluation Pattern
  • CIA 1 – 20 Marks

  • CIA 2 – 50 Marks

  • CIA 3 – 20 Marks

  • End Semester Examination – 100 Marks

  • Attendance – 5 Marks

 

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

CSEAM332P - INTRODUCTION TO ARTIFICIAL INTELLIGENCE (2023 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description: A strong foundation of basic artificial intelligence topics is provided by this course. To give a fundamental explanation of the objectives and approaches and to give the student the ability to use these strategies in applications involving perception, thinking, and learning.

Course Objective:

  1. To interpret the basic concepts of Artificial Intelligence and Production Systems
  2. To outline and apply searching techniques
  3. To learn and infer about knowledge representation for various logic
  4. To learn and apply Game Playing and planning concepts for toy problems
  5. To summarize the concepts of Learning.

Learning Outcome

CO1: To interpret the basic concepts of Artificial Intelligence and Production Systems

CO2: To outline and apply searching techniques

CO3: To learn and infer about knowledge representation for various logic.

CO4: To learn and apply game-playing and planning concepts for toy problems.

CO5: To summarize the concepts of Learning.

Unit-1
Teaching Hours:11
INTRODUCTION
 

Introduction, Definition, Future of Artificial Intelligence, Characteristics, Typical Intelligent agents, Problem-solving approach, Problem-Solving methods, example problems – searching for solutions. 

Unit-2
Teaching Hours:14
SEARCHING TECHNIQUES
 

Informed Heuristics Search Strategies -Heuristic function - Greedy - best -first search-A* Algorithms. Local search algorithms and optimization problems –Hill-climbing Search, Local beam Search, Genetic algorithm -Searching with partial observations. 

Unit-3
Teaching Hours:11
GAME PLAYING AND PLANNING
 

Games – Optimal decisions in games –Min-Max algorithm- Alpha – Beta Pruning –imperfect real-time decision –Stochastic Games. Planning - The Blocks world, components of the planning system, Goal stack Planning. 

Unit-4
Teaching Hours:12
KNOWLEDGE REPRESENTATION AND INFERENCE
 

First-order logic – Syntax and semantics for first-order logic – Using first-order logic – Inference in First-order logic – unification and lifting – forward chaining – backward chaining. 

Unit-5
Teaching Hours:12
LEARNING
 

Learning from Examples: Forms of Learning - Supervised learning - Learning Decision Trees - Regression and classification with linear models, Artificial Neural Networks. Knowledge in Learning: Logical formulation of learning. 

Text Books And Reference Books:
  1. Stuart Russell and Peter Norvig, “Artificial Intelligence – A Modern Approach”,   4th Edition, Pearson Education, 2020.
  2. Elaine Rich; Kevin Knight; Shivashankar B Nair, “Artificial Intelligence”, 3rd Edition, Tata McGraw- Hill, 2019.
Essential Reading / Recommended Reading
  1. Nils J. Nilsson, “Artificial Intelligence: A New Synthesis”, 1st Edition, Harcourt Asia Pvt. Ltd., 2012.
  2. George F. Luger, “Artificial Intelligence-Structures and Strategies for Complex Problem Solving”, 6th Edition, Pearson Education / PHI, 2009.
  3. M. Tim Jones, Artificial Intelligence: A Systems Approach (Computer Science), Jones and Bartlett Publishers, Inc.; First Edition, 2008
  4. Gerhard Weiss, Multi Agent Systems‖, Second Edition, MIT Press, 2013.
  5. David L. Poole and Alan K. Mackworth, Artificial Intelligence: Foundations of 
  6. Computational Agents‖, Cambridge University Press, 2010.
Evaluation Pattern

·       CIA 1 – 20 Marks

·      CIA 2 – 50 Marks

·      CIA 3 – 20 Marks

·      Practical – 50 Marks

·      End Semester Examination – 50 Marks

·      Attendance – 5 Marks 

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSHO331CSP24 - ETHICAL HACKING (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description: 

This course introduces ethical hacking and penetration testing, focusing on practical techniques and tools ethical hackers use to assess and improve the security of computer systems and networks. 

 

Course Objective:

1. Understand the ethical hacking methodology and the phases of an attack, including reconnaissance, scanning, enumeration, and exploitation.

2. Develop proficiency in applying ethical hacking techniques and tools to identify security vulnerabilities and assess the security posture of computer systems and networks.

 

Learning Outcome

CO1: Understand the basic concepts of ethical hacking.

CO2: Experiment with different footprinting tools to gather information about the target system.

CO3: Make use of different scanning tools to scan the network vulnerabilities.

CO4: Utilize different enumeration tools to identify potential vulnerabilities.

CO5: Identify different tools for exploitation and gaining access.

Unit-1
Teaching Hours:9
Introduction to Ethical Hacking
 

Importance of Security: Threats and Vulnerabilities, Attacks, Security Breaches, Exposure - Elements of Security: Accountability, Reusability The Security, Functionality, and Ease of Use Triangle - Phases of an Attack - Types of Hacker Attacks - Hacktivism - Ethical Hackers - Ethical Considerations. 

Unit-1
Teaching Hours:9
Introduction to Ethical Hacking
 

Importance of Security: Threats and Vulnerabilities, Attacks, Security Breaches, Exposure - Elements of Security: Accountability, Reusability The Security, Functionality, and Ease of Use Triangle - Phases of an Attack - Types of Hacker Attacks - Hacktivism - Ethical Hackers - Ethical Considerations. 

Unit-1
Teaching Hours:9
Introduction to Ethical Hacking
 

Importance of Security: Threats and Vulnerabilities, Attacks, Security Breaches, Exposure - Elements of Security: Accountability, Reusability The Security, Functionality, and Ease of Use Triangle - Phases of an Attack - Types of Hacker Attacks - Hacktivism - Ethical Hackers - Ethical Considerations. 

Unit-1
Teaching Hours:9
Introduction to Ethical Hacking
 

Importance of Security: Threats and Vulnerabilities, Attacks, Security Breaches, Exposure - Elements of Security: Accountability, Reusability The Security, Functionality, and Ease of Use Triangle - Phases of an Attack - Types of Hacker Attacks - Hacktivism - Ethical Hackers - Ethical Considerations. 

Unit-1
Teaching Hours:9
Introduction to Ethical Hacking
 

Importance of Security: Threats and Vulnerabilities, Attacks, Security Breaches, Exposure - Elements of Security: Accountability, Reusability The Security, Functionality, and Ease of Use Triangle - Phases of an Attack - Types of Hacker Attacks - Hacktivism - Ethical Hackers - Ethical Considerations. 

Unit-2
Teaching Hours:9
Footprinting Phase
 

Footprinting - Types - Information Gathering Methodology: Unearthing Initial Information, People Searching, Information Gathering Stances - Footprinting Tools.

Unit-2
Teaching Hours:9
Footprinting Phase
 

Footprinting - Types - Information Gathering Methodology: Unearthing Initial Information, People Searching, Information Gathering Stances - Footprinting Tools.

Unit-2
Teaching Hours:9
Footprinting Phase
 

Footprinting - Types - Information Gathering Methodology: Unearthing Initial Information, People Searching, Information Gathering Stances - Footprinting Tools.

Unit-2
Teaching Hours:9
Footprinting Phase
 

Footprinting - Types - Information Gathering Methodology: Unearthing Initial Information, People Searching, Information Gathering Stances - Footprinting Tools.

Unit-2
Teaching Hours:9
Footprinting Phase
 

Footprinting - Types - Information Gathering Methodology: Unearthing Initial Information, People Searching, Information Gathering Stances - Footprinting Tools.

Unit-3
Teaching Hours:9
Scanning Phase
 

Introduction - Types - Scanning Methodology: Live Systems, Open Ports, Fingerprint the Operating System, Vulnerabilities Scan, Probe the Network, Anonymous Surfing, Countermeasures - Scanning Tools.

Unit-3
Teaching Hours:9
Scanning Phase
 

Introduction - Types - Scanning Methodology: Live Systems, Open Ports, Fingerprint the Operating System, Vulnerabilities Scan, Probe the Network, Anonymous Surfing, Countermeasures - Scanning Tools.

Unit-3
Teaching Hours:9
Scanning Phase
 

Introduction - Types - Scanning Methodology: Live Systems, Open Ports, Fingerprint the Operating System, Vulnerabilities Scan, Probe the Network, Anonymous Surfing, Countermeasures - Scanning Tools.

Unit-3
Teaching Hours:9
Scanning Phase
 

Introduction - Types - Scanning Methodology: Live Systems, Open Ports, Fingerprint the Operating System, Vulnerabilities Scan, Probe the Network, Anonymous Surfing, Countermeasures - Scanning Tools.

Unit-3
Teaching Hours:9
Scanning Phase
 

Introduction - Types - Scanning Methodology: Live Systems, Open Ports, Fingerprint the Operating System, Vulnerabilities Scan, Probe the Network, Anonymous Surfing, Countermeasures - Scanning Tools.

Unit-4
Teaching Hours:9
Enumeration
 

Introduction - Types: User Enumeration, Service Enumeration, Network Enumeration, DNS Enumeration, SNMP Enumeration, OS Enumeration, File System Enumeration, Web Enumeration  - Techniques - Enumeration Tools.

 

Unit-4
Teaching Hours:9
Enumeration
 

Introduction - Types: User Enumeration, Service Enumeration, Network Enumeration, DNS Enumeration, SNMP Enumeration, OS Enumeration, File System Enumeration, Web Enumeration  - Techniques - Enumeration Tools.

 

Unit-4
Teaching Hours:9
Enumeration
 

Introduction - Types: User Enumeration, Service Enumeration, Network Enumeration, DNS Enumeration, SNMP Enumeration, OS Enumeration, File System Enumeration, Web Enumeration  - Techniques - Enumeration Tools.

 

Unit-4
Teaching Hours:9
Enumeration
 

Introduction - Types: User Enumeration, Service Enumeration, Network Enumeration, DNS Enumeration, SNMP Enumeration, OS Enumeration, File System Enumeration, Web Enumeration  - Techniques - Enumeration Tools.

 

Unit-4
Teaching Hours:9
Enumeration
 

Introduction - Types: User Enumeration, Service Enumeration, Network Enumeration, DNS Enumeration, SNMP Enumeration, OS Enumeration, File System Enumeration, Web Enumeration  - Techniques - Enumeration Tools.

 

Unit-5
Teaching Hours:9
System Hacking
 

Exploitation and Gaining Access - Cracking Passwords: Types, Password Attacks, Password Guessing, Password Cracking Tools, Countermeasures. Privilege Escalation - Keyloggers and Spyware - Post-Exploitation and Reporting.

Unit-5
Teaching Hours:9
System Hacking
 

Exploitation and Gaining Access - Cracking Passwords: Types, Password Attacks, Password Guessing, Password Cracking Tools, Countermeasures. Privilege Escalation - Keyloggers and Spyware - Post-Exploitation and Reporting.

Unit-5
Teaching Hours:9
System Hacking
 

Exploitation and Gaining Access - Cracking Passwords: Types, Password Attacks, Password Guessing, Password Cracking Tools, Countermeasures. Privilege Escalation - Keyloggers and Spyware - Post-Exploitation and Reporting.

Unit-5
Teaching Hours:9
System Hacking
 

Exploitation and Gaining Access - Cracking Passwords: Types, Password Attacks, Password Guessing, Password Cracking Tools, Countermeasures. Privilege Escalation - Keyloggers and Spyware - Post-Exploitation and Reporting.

Unit-5
Teaching Hours:9
System Hacking
 

Exploitation and Gaining Access - Cracking Passwords: Types, Password Attacks, Password Guessing, Password Cracking Tools, Countermeasures. Privilege Escalation - Keyloggers and Spyware - Post-Exploitation and Reporting.

Text Books And Reference Books:

Text Book: 

T1. James S. Tiller, “The Ethical Hack: A Framework for Business  Value Penetration Testing”, Auerbach Publications, CRC Press. 

 

T2. EC-Council, “Ethical Hacking and Countermeasures Attack  Phases”, Cengage Learning.

Essential Reading / Recommended Reading

References (Text / Online Ref): 

R1. Michael Simpson, Kent Backman, James Corley, “Hands-On  Ethical Hacking and Network Defense”, Cengage Learning.

Evaluation Pattern

Courses with 4 credits(Theory & Practical’s)

  • CIA 1 – 20 Marks
  • CIA 2 – 50 Marks
  • CIA 3 – 20 Marks
  • Practical – 50 Marks
  • End Semester Examination – 100 Marks
  • Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

CSHO331DAP24 - STATISTICAL METHODS FOR DATA ANALYTICS (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

This course is an introduction to statistical methods used for data analysis. It is s very structured course to give basic and useful insight to the world of data analytics and provides you the complete package to be comfortable using statistics and analyzing big data.

Course Objectives:

1. To discuss the core concepts Statistical Analytics and Data manipulation.

2. To apply the basic principles, models, and algorithms supervised and unsupervised learning mechanisms.

3. To analyze the use of SVM and Convolution Neural Networks in data science applications.

Learning Outcome

CO1: Demonstrate and explain the concepts associated to Statistical Analytics and Data manipulation.

CO2: Experiment with supervised and unsupervised learning mechanisms for creating various prediction-based applications.

CO3: Make use of the concepts of Convolutional Neural Networks for developing data analytics applications.

CO4: Develop concepts of Support Vector Machine based applications for improving data processing and prediction in real-time applications.

CO5: Examine various real-time problems using Random Forests and Ensemble Learning for big data analytics.

Unit-1
Teaching Hours:13
Statistical Analytics and Data manipulation
 

 

Knowledge discovery: finding structure in data, Data quality versus data quantity, Statistical modeling versus statistical description. Data types, Data summarization, Means, medians, and central tendency, Summarizing variation, Summarizing (bivariate) correlation, Data diagnostics and data transformation, Outlier analysis, Entropy, Data transformation Simple smoothing techniques, Binning, Moving averages, Exponential smoothing. Introduction to SPSS (IBM’s) statistical tool.

 

Unit-1
Teaching Hours:13
Statistical Analytics and Data manipulation
 

 

Knowledge discovery: finding structure in data, Data quality versus data quantity, Statistical modeling versus statistical description. Data types, Data summarization, Means, medians, and central tendency, Summarizing variation, Summarizing (bivariate) correlation, Data diagnostics and data transformation, Outlier analysis, Entropy, Data transformation Simple smoothing techniques, Binning, Moving averages, Exponential smoothing. Introduction to SPSS (IBM’s) statistical tool.

 

Unit-1
Teaching Hours:13
Statistical Analytics and Data manipulation
 

 

Knowledge discovery: finding structure in data, Data quality versus data quantity, Statistical modeling versus statistical description. Data types, Data summarization, Means, medians, and central tendency, Summarizing variation, Summarizing (bivariate) correlation, Data diagnostics and data transformation, Outlier analysis, Entropy, Data transformation Simple smoothing techniques, Binning, Moving averages, Exponential smoothing. Introduction to SPSS (IBM’s) statistical tool.

 

Unit-1
Teaching Hours:13
Statistical Analytics and Data manipulation
 

 

Knowledge discovery: finding structure in data, Data quality versus data quantity, Statistical modeling versus statistical description. Data types, Data summarization, Means, medians, and central tendency, Summarizing variation, Summarizing (bivariate) correlation, Data diagnostics and data transformation, Outlier analysis, Entropy, Data transformation Simple smoothing techniques, Binning, Moving averages, Exponential smoothing. Introduction to SPSS (IBM’s) statistical tool.

 

Unit-2
Teaching Hours:13
Techniques for supervised and unsupervised learning
 

The simple linear model, Multiple inferences and simultaneous confidence bands, Regression diagnostics, Weighted least squares (WLS) regression, Correlation analysis. Unsupervised versus supervised learning, Principal component analysis, Principal components, Implementing a PCA, Exploratory factor analysis.

Unit-2
Teaching Hours:13
Techniques for supervised and unsupervised learning
 

The simple linear model, Multiple inferences and simultaneous confidence bands, Regression diagnostics, Weighted least squares (WLS) regression, Correlation analysis. Unsupervised versus supervised learning, Principal component analysis, Principal components, Implementing a PCA, Exploratory factor analysis.

Unit-2
Teaching Hours:13
Techniques for supervised and unsupervised learning
 

The simple linear model, Multiple inferences and simultaneous confidence bands, Regression diagnostics, Weighted least squares (WLS) regression, Correlation analysis. Unsupervised versus supervised learning, Principal component analysis, Principal components, Implementing a PCA, Exploratory factor analysis.

Unit-2
Teaching Hours:13
Techniques for supervised and unsupervised learning
 

The simple linear model, Multiple inferences and simultaneous confidence bands, Regression diagnostics, Weighted least squares (WLS) regression, Correlation analysis. Unsupervised versus supervised learning, Principal component analysis, Principal components, Implementing a PCA, Exploratory factor analysis.

Unit-3
Teaching Hours:13
Neural Networks
 

Projection Pursuit Regression, Neural Networks, Fitting Neural Network, Some Issues in Training Neural Networks, Bayesian Neural Nets, Computational Considerations.

Unit-3
Teaching Hours:13
Neural Networks
 

Projection Pursuit Regression, Neural Networks, Fitting Neural Network, Some Issues in Training Neural Networks, Bayesian Neural Nets, Computational Considerations.

Unit-3
Teaching Hours:13
Neural Networks
 

Projection Pursuit Regression, Neural Networks, Fitting Neural Network, Some Issues in Training Neural Networks, Bayesian Neural Nets, Computational Considerations.

Unit-3
Teaching Hours:13
Neural Networks
 

Projection Pursuit Regression, Neural Networks, Fitting Neural Network, Some Issues in Training Neural Networks, Bayesian Neural Nets, Computational Considerations.

Unit-4
Teaching Hours:13
Support Vector Machines and Flexible Discriminants
 

Introduction, The Support Vector Classifier, Support Vector Machines and Kernels, Generalizing Linear Discriminant Analysis, Flexible Discriminant Analysis, Penalized Discriminant Analysis, Mixture Discriminant Analysis.

Unit-4
Teaching Hours:13
Support Vector Machines and Flexible Discriminants
 

Introduction, The Support Vector Classifier, Support Vector Machines and Kernels, Generalizing Linear Discriminant Analysis, Flexible Discriminant Analysis, Penalized Discriminant Analysis, Mixture Discriminant Analysis.

Unit-4
Teaching Hours:13
Support Vector Machines and Flexible Discriminants
 

Introduction, The Support Vector Classifier, Support Vector Machines and Kernels, Generalizing Linear Discriminant Analysis, Flexible Discriminant Analysis, Penalized Discriminant Analysis, Mixture Discriminant Analysis.

Unit-4
Teaching Hours:13
Support Vector Machines and Flexible Discriminants
 

Introduction, The Support Vector Classifier, Support Vector Machines and Kernels, Generalizing Linear Discriminant Analysis, Flexible Discriminant Analysis, Penalized Discriminant Analysis, Mixture Discriminant Analysis.

Unit-5
Teaching Hours:13
Random Forests and Ensemble Learning
 

Definition of Random Forests, Details of Random Forests- Out of Bag Samples, Variable Importance, Proximity Plots; Analysis of Random Forests; Ensemble Learning, Boosting and Regularization Paths, Learning a Good Ensemble, Rule Ensembles.

Unit-5
Teaching Hours:13
Random Forests and Ensemble Learning
 

Definition of Random Forests, Details of Random Forests- Out of Bag Samples, Variable Importance, Proximity Plots; Analysis of Random Forests; Ensemble Learning, Boosting and Regularization Paths, Learning a Good Ensemble, Rule Ensembles.

Unit-5
Teaching Hours:13
Random Forests and Ensemble Learning
 

Definition of Random Forests, Details of Random Forests- Out of Bag Samples, Variable Importance, Proximity Plots; Analysis of Random Forests; Ensemble Learning, Boosting and Regularization Paths, Learning a Good Ensemble, Rule Ensembles.

Unit-5
Teaching Hours:13
Random Forests and Ensemble Learning
 

Definition of Random Forests, Details of Random Forests- Out of Bag Samples, Variable Importance, Proximity Plots; Analysis of Random Forests; Ensemble Learning, Boosting and Regularization Paths, Learning a Good Ensemble, Rule Ensembles.

Text Books And Reference Books:

1. Hastie, Trevor, Robert Tibshirani, and Jerome Friedman. The elements of statistical learning: data mining, inference, and prediction. Springer Science & Business Media, 2017.

2. Russell, Stuart J., and Peter Norvig. Artificial intelligence: a modern approach. Malaysia; Pearson Education Limited,, 2016.

Essential Reading / Recommended Reading

1. Ghahramani, Zoubin. "Probabilistic machine learning and artificial  intelligence."  Nature 521.7553 (2015): 452.

2. Ian Goodfellow and Yoshua Bengio and Aaron Courville,” Deep Learning ”, MIT Press, March 2018.

3. Marcoulides, George A., and Scott L. Hershberger. Multivariate statistical methods: A first course. Psychology Press, 2014.

Evaluation Pattern
  • CIA 1 – 20 Marks

  • CIA 2 – 50 Marks

  • CIA 3 – 20 Marks

  • Practical – 50 Marks

  • End Semester Examination – 100 Marks

  • Attendance – 5 Marks

 (Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSHO331QCP - INTRODUCTION TO QUANTUM COMPUTING (2023 Batch)

Total Teaching Hours for Semester:90
No of Lecture Hours/Week:5
Max Marks:100
Credits:5

Course Objectives/Course Description

 

Course Description:

In this introductory quantum computing course, students will learn the basic concepts of quantum computing and quantum information processing. The course covers the necessary prerequisites in mathematics, quantum mechanics, and computer science as the first module and then moves to quantum bits, quantum gates, quantum circuits, and basic quantum algorithms. The course will involve projects in quantum algorithm development using Python programming. The course concludes with a broad overview of quantum computing applications.

Course Objective:

After completing the course, students should be able to -

•Develop proficiency in linear algebra and complex numbers for quantum information processing

•Understand the principles of quantum mechanics, including wave functions and operators

•Mathematically explain qubit states, operations, multi-qubit systems, Hilbert space

•Mathematically explain superposition and entanglement properties of qubits

•Implement basic quantum gates, including X, Y, Z, Rx, Ry, Rz, Hadamard and CNOT gates

•Design quantum circuits for specific tasks like Binary Adder Circuits

•Understand basic application of superposition, interference, and entanglement in algorithm design

•Explain and reason about Deutsch-Jozsa Algorithm, Bernstein Vazirani Algorithm

•Implement basic quantum gates and quantum algorithms to create a quantum simulator in numpy

•Implement extended versions of basic quantum algorithms from scratch without using libraries

Note: The same objectives will be used in developing assignments, project assessments, and hands-on exercises.

 

Learning Outcome

CO1: Develop proficiency in linear algebra and complex numbers for quantum information processing.

CO2: Mathematically explain qubit states, operations, multi-qubit systems, and the properties of superposition and entanglement.

CO3: Implement basic quantum gates, including X, Y, Z, Rx, Ry, Rz, Hadamard, and CNOT gates.

CO4: Understand and design quantum circuits for specific tasks like Binary Adder Circuits.

CO5: Implement and extend basic quantum algorithms, creating a quantum simulator in NumPy without using libraries

Unit-1
Teaching Hours:12
Essential Mathematics and Quantum Mechanics
 

Linear algebra fundamentals, complex numbers, vector spaces, Hilbert Space, eigenvalues and eigenvectors, basics of quantum mechanics, wave functions, probability amplitudes, operators, and observables.

Unit-1
Teaching Hours:12
Essential Mathematics and Quantum Mechanics
 

Linear algebra fundamentals, complex numbers, vector spaces, Hilbert Space, eigenvalues and eigenvectors, basics of quantum mechanics, wave functions, probability amplitudes, operators, and observables.

Unit-1
Teaching Hours:12
Essential Mathematics and Quantum Mechanics
 

Linear algebra fundamentals, complex numbers, vector spaces, Hilbert Space, eigenvalues and eigenvectors, basics of quantum mechanics, wave functions, probability amplitudes, operators, and observables.

Unit-1
Teaching Hours:12
Essential Mathematics and Quantum Mechanics
 

Linear algebra fundamentals, complex numbers, vector spaces, Hilbert Space, eigenvalues and eigenvectors, basics of quantum mechanics, wave functions, probability amplitudes, operators, and observables.

Unit-1
Teaching Hours:12
Essential Mathematics and Quantum Mechanics
 

Linear algebra fundamentals, complex numbers, vector spaces, Hilbert Space, eigenvalues and eigenvectors, basics of quantum mechanics, wave functions, probability amplitudes, operators, and observables.

Unit-2
Teaching Hours:14
Qubits and Quantum Computers
 

Qubit, Bloch Sphere, Bra Ket notation, Single Qubit State, Composite state, Linear superposition, Basis states, Entanglement between qubits, Density Matrix Form, Quantum Computing Devices, Systems, Software, and Hardware

Unit-2
Teaching Hours:14
Qubits and Quantum Computers
 

Qubit, Bloch Sphere, Bra Ket notation, Single Qubit State, Composite state, Linear superposition, Basis states, Entanglement between qubits, Density Matrix Form, Quantum Computing Devices, Systems, Software, and Hardware

Unit-2
Teaching Hours:14
Qubits and Quantum Computers
 

Qubit, Bloch Sphere, Bra Ket notation, Single Qubit State, Composite state, Linear superposition, Basis states, Entanglement between qubits, Density Matrix Form, Quantum Computing Devices, Systems, Software, and Hardware

Unit-2
Teaching Hours:14
Qubits and Quantum Computers
 

Qubit, Bloch Sphere, Bra Ket notation, Single Qubit State, Composite state, Linear superposition, Basis states, Entanglement between qubits, Density Matrix Form, Quantum Computing Devices, Systems, Software, and Hardware

Unit-2
Teaching Hours:14
Qubits and Quantum Computers
 

Qubit, Bloch Sphere, Bra Ket notation, Single Qubit State, Composite state, Linear superposition, Basis states, Entanglement between qubits, Density Matrix Form, Quantum Computing Devices, Systems, Software, and Hardware

Unit-3
Teaching Hours:19
Quantum Gates and Circuits
 

Mathematics of Quantum Gates, Implementation in devices, Types of Gates, Single Qubit and Multi-qubit Gates, Rotation around angle and axis, Quantum circuit Constructions, Bell state circuits, GHZ state, Quantum Adders

Unit-3
Teaching Hours:19
Quantum Gates and Circuits
 

Mathematics of Quantum Gates, Implementation in devices, Types of Gates, Single Qubit and Multi-qubit Gates, Rotation around angle and axis, Quantum circuit Constructions, Bell state circuits, GHZ state, Quantum Adders

Unit-3
Teaching Hours:19
Quantum Gates and Circuits
 

Mathematics of Quantum Gates, Implementation in devices, Types of Gates, Single Qubit and Multi-qubit Gates, Rotation around angle and axis, Quantum circuit Constructions, Bell state circuits, GHZ state, Quantum Adders

Unit-3
Teaching Hours:19
Quantum Gates and Circuits
 

Mathematics of Quantum Gates, Implementation in devices, Types of Gates, Single Qubit and Multi-qubit Gates, Rotation around angle and axis, Quantum circuit Constructions, Bell state circuits, GHZ state, Quantum Adders

Unit-3
Teaching Hours:19
Quantum Gates and Circuits
 

Mathematics of Quantum Gates, Implementation in devices, Types of Gates, Single Qubit and Multi-qubit Gates, Rotation around angle and axis, Quantum circuit Constructions, Bell state circuits, GHZ state, Quantum Adders

Unit-4
Teaching Hours:15
Basic Quantum Algorithms
 

Quantum algorithm design, Use of superposition for quantum parallelism, quantum interference, phase kick-back circuits, classical and quantum algorithms for Deutsch’s problem, Deutsch–Jozsa algorithm, Bernstein–Vazirani algorithm

Unit-4
Teaching Hours:15
Basic Quantum Algorithms
 

Quantum algorithm design, Use of superposition for quantum parallelism, quantum interference, phase kick-back circuits, classical and quantum algorithms for Deutsch’s problem, Deutsch–Jozsa algorithm, Bernstein–Vazirani algorithm

Unit-4
Teaching Hours:15
Basic Quantum Algorithms
 

Quantum algorithm design, Use of superposition for quantum parallelism, quantum interference, phase kick-back circuits, classical and quantum algorithms for Deutsch’s problem, Deutsch–Jozsa algorithm, Bernstein–Vazirani algorithm

Unit-4
Teaching Hours:15
Basic Quantum Algorithms
 

Quantum algorithm design, Use of superposition for quantum parallelism, quantum interference, phase kick-back circuits, classical and quantum algorithms for Deutsch’s problem, Deutsch–Jozsa algorithm, Bernstein–Vazirani algorithm

Unit-4
Teaching Hours:15
Basic Quantum Algorithms
 

Quantum algorithm design, Use of superposition for quantum parallelism, quantum interference, phase kick-back circuits, classical and quantum algorithms for Deutsch’s problem, Deutsch–Jozsa algorithm, Bernstein–Vazirani algorithm

Unit-5
Teaching Hours:30
Project on Quantum Algorithms
 

○ Implement basic quantum gates and quantum algorithms to create a quantum simulator in numpy

○ Implement extended versions of basic quantum algorithms from scratch without using libraries

Unit-5
Teaching Hours:30
Project on Quantum Algorithms
 

○ Implement basic quantum gates and quantum algorithms to create a quantum simulator in numpy

○ Implement extended versions of basic quantum algorithms from scratch without using libraries

Unit-5
Teaching Hours:30
Project on Quantum Algorithms
 

○ Implement basic quantum gates and quantum algorithms to create a quantum simulator in numpy

○ Implement extended versions of basic quantum algorithms from scratch without using libraries

Unit-5
Teaching Hours:30
Project on Quantum Algorithms
 

○ Implement basic quantum gates and quantum algorithms to create a quantum simulator in numpy

○ Implement extended versions of basic quantum algorithms from scratch without using libraries

Unit-5
Teaching Hours:30
Project on Quantum Algorithms
 

○ Implement basic quantum gates and quantum algorithms to create a quantum simulator in numpy

○ Implement extended versions of basic quantum algorithms from scratch without using libraries

Text Books And Reference Books:

Text Books:

1. "Quantum Computation and Quantum Information" by Michael A. Nielsen and Isaac L. Chuang.

Essential Reading / Recommended Reading

Reference Books:

1. "Quantum Computing: A Gentle Introduction" by Eleanor Rieffel and Wolfgang Polak.

2. "Quantum Information and Computation" by Christopher A. Fuchs, Masahito Hayashi.

 

Evaluation Pattern

Quiz, Assignment: 30 Marks

End Sem Project : 30 Marks

Final Examination: 40 Marks

 

CIA: 100 Marks 

ESE: No 

 

HS322 - ENTREPRENEURSHIP AND IPR (2023 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

Course Description:

 

 The course is designed to provide comprehensive knowledge to the students regarding the effect of IPR especially of patents on emerging issues like public health, climate, and the ways to tackle this problem.

Course Objective:

1. To provide comprehensive knowledge to the students regarding the Entrepreneurship and general principles of IPR, Concepts and Theories,

2. To provide comprehensive knowledge to the students regarding Indian position of the Copyright Law, 1957, Historical background and Development of Copyright Law, Infringement.

3. To provide comprehensive knowledge to the students regarding Indian position of the Trademark Act, 1999, Historical development of the concept of trademark and trademark law.

Learning Outcome

CO1: Explain the basic concepts of Entrepreneurship and EDS.

CO2: Outline the various ISE and approached to develop business model/plan

CO3: Identifying Indian position of the Patent Law (1970), Historical development, Procedure for granting a patent, and Infringement.

CO4: Utilizing the Copyright Law, 1957, Historical background and Development of Copyright Law and Infringement.

CO5: Explain of the concept of trademark and trademark law.

Unit-1
Teaching Hours:6
UNDERSTANDING ENTREPRENEURSHIP
 

Meaning and importance of Entrepreneurship, Factors influencing entrepreneurship, characteristics of entrepreneurship, types of entrepreneurship, objectives of entrepreneurship development, Startups- Definition, Types.

Entrepreneurship Development Skills: Types of entrepreneurial skills - team work and leadership skill, analytical and problem solving skills, critical thinking skills, branding, marketing and networking skills. 

 

Unit-1
Teaching Hours:6
UNDERSTANDING ENTREPRENEURSHIP
 

Meaning and importance of Entrepreneurship, Factors influencing entrepreneurship, characteristics of entrepreneurship, types of entrepreneurship, objectives of entrepreneurship development, Startups- Definition, Types.

Entrepreneurship Development Skills: Types of entrepreneurial skills - team work and leadership skill, analytical and problem solving skills, critical thinking skills, branding, marketing and networking skills. 

 

Unit-1
Teaching Hours:6
UNDERSTANDING ENTREPRENEURSHIP
 

Meaning and importance of Entrepreneurship, Factors influencing entrepreneurship, characteristics of entrepreneurship, types of entrepreneurship, objectives of entrepreneurship development, Startups- Definition, Types.

Entrepreneurship Development Skills: Types of entrepreneurial skills - team work and leadership skill, analytical and problem solving skills, critical thinking skills, branding, marketing and networking skills. 

 

Unit-1
Teaching Hours:6
UNDERSTANDING ENTREPRENEURSHIP
 

Meaning and importance of Entrepreneurship, Factors influencing entrepreneurship, characteristics of entrepreneurship, types of entrepreneurship, objectives of entrepreneurship development, Startups- Definition, Types.

Entrepreneurship Development Skills: Types of entrepreneurial skills - team work and leadership skill, analytical and problem solving skills, critical thinking skills, branding, marketing and networking skills. 

 

Unit-1
Teaching Hours:6
UNDERSTANDING ENTREPRENEURSHIP
 

Meaning and importance of Entrepreneurship, Factors influencing entrepreneurship, characteristics of entrepreneurship, types of entrepreneurship, objectives of entrepreneurship development, Startups- Definition, Types.

Entrepreneurship Development Skills: Types of entrepreneurial skills - team work and leadership skill, analytical and problem solving skills, critical thinking skills, branding, marketing and networking skills. 

 

Unit-2
Teaching Hours:6
ISE & BUSINESS MODEL / PLAN
 

Institutions supporting Entrepreneurs: Various Central and State Level Organizations which Help the Entrepreneurs, Banks and non banking financial organisations, Fund Collection for Entrepreneurship

 

Preparation of Business model/Plan: Business plan - concept, format, components of business plan. Significance of Business Plan. Making of a Business plan.

Unit-2
Teaching Hours:6
ISE & BUSINESS MODEL / PLAN
 

Institutions supporting Entrepreneurs: Various Central and State Level Organizations which Help the Entrepreneurs, Banks and non banking financial organisations, Fund Collection for Entrepreneurship

 

Preparation of Business model/Plan: Business plan - concept, format, components of business plan. Significance of Business Plan. Making of a Business plan.

Unit-2
Teaching Hours:6
ISE & BUSINESS MODEL / PLAN
 

Institutions supporting Entrepreneurs: Various Central and State Level Organizations which Help the Entrepreneurs, Banks and non banking financial organisations, Fund Collection for Entrepreneurship

 

Preparation of Business model/Plan: Business plan - concept, format, components of business plan. Significance of Business Plan. Making of a Business plan.

Unit-2
Teaching Hours:6
ISE & BUSINESS MODEL / PLAN
 

Institutions supporting Entrepreneurs: Various Central and State Level Organizations which Help the Entrepreneurs, Banks and non banking financial organisations, Fund Collection for Entrepreneurship

 

Preparation of Business model/Plan: Business plan - concept, format, components of business plan. Significance of Business Plan. Making of a Business plan.

Unit-2
Teaching Hours:6
ISE & BUSINESS MODEL / PLAN
 

Institutions supporting Entrepreneurs: Various Central and State Level Organizations which Help the Entrepreneurs, Banks and non banking financial organisations, Fund Collection for Entrepreneurship

 

Preparation of Business model/Plan: Business plan - concept, format, components of business plan. Significance of Business Plan. Making of a Business plan.

Unit-3
Teaching Hours:6
PATENT LAW AND PRACTICES
 

Need for intellectual property rights. Rationale for protection of IPR. Impact of IPR on development. health, agriculture. IPR in lndia.

 

Concepts of Novelty, Utility Inventiveness/Non-obviousness, Patentable subject matter, Patentability criteria, non-patentable inventions Pharmaceutical products and process and patent protection Software Patents Patenting of Micro-organism, Rights of patentee Procedure for granting a patent and obtaining patents Grounds for opposition Surrender, Revocation, restoration Transfer of patent rights, Infringement.

Unit-3
Teaching Hours:6
PATENT LAW AND PRACTICES
 

Need for intellectual property rights. Rationale for protection of IPR. Impact of IPR on development. health, agriculture. IPR in lndia.

 

Concepts of Novelty, Utility Inventiveness/Non-obviousness, Patentable subject matter, Patentability criteria, non-patentable inventions Pharmaceutical products and process and patent protection Software Patents Patenting of Micro-organism, Rights of patentee Procedure for granting a patent and obtaining patents Grounds for opposition Surrender, Revocation, restoration Transfer of patent rights, Infringement.

Unit-3
Teaching Hours:6
PATENT LAW AND PRACTICES
 

Need for intellectual property rights. Rationale for protection of IPR. Impact of IPR on development. health, agriculture. IPR in lndia.

 

Concepts of Novelty, Utility Inventiveness/Non-obviousness, Patentable subject matter, Patentability criteria, non-patentable inventions Pharmaceutical products and process and patent protection Software Patents Patenting of Micro-organism, Rights of patentee Procedure for granting a patent and obtaining patents Grounds for opposition Surrender, Revocation, restoration Transfer of patent rights, Infringement.

Unit-3
Teaching Hours:6
PATENT LAW AND PRACTICES
 

Need for intellectual property rights. Rationale for protection of IPR. Impact of IPR on development. health, agriculture. IPR in lndia.

 

Concepts of Novelty, Utility Inventiveness/Non-obviousness, Patentable subject matter, Patentability criteria, non-patentable inventions Pharmaceutical products and process and patent protection Software Patents Patenting of Micro-organism, Rights of patentee Procedure for granting a patent and obtaining patents Grounds for opposition Surrender, Revocation, restoration Transfer of patent rights, Infringement.

Unit-3
Teaching Hours:6
PATENT LAW AND PRACTICES
 

Need for intellectual property rights. Rationale for protection of IPR. Impact of IPR on development. health, agriculture. IPR in lndia.

 

Concepts of Novelty, Utility Inventiveness/Non-obviousness, Patentable subject matter, Patentability criteria, non-patentable inventions Pharmaceutical products and process and patent protection Software Patents Patenting of Micro-organism, Rights of patentee Procedure for granting a patent and obtaining patents Grounds for opposition Surrender, Revocation, restoration Transfer of patent rights, Infringement.

Unit-4
Teaching Hours:6
COPYRIGHT LAW AND PRACTICES
 

 

Copyright Act, 1957 Terms of Copyright conditions for grant of copyright, extent of rights exception to copyright protection, fair use provision, assignment and licensing, Copyright in Literary, Dramatic and Musical ,Works, Sound Recording, Cinematograph Films, Copyright in Computer Programme, Author Special Rights, Right of Broadcasting and performers.

Unit-4
Teaching Hours:6
COPYRIGHT LAW AND PRACTICES
 

 

Copyright Act, 1957 Terms of Copyright conditions for grant of copyright, extent of rights exception to copyright protection, fair use provision, assignment and licensing, Copyright in Literary, Dramatic and Musical ,Works, Sound Recording, Cinematograph Films, Copyright in Computer Programme, Author Special Rights, Right of Broadcasting and performers.

Unit-4
Teaching Hours:6
COPYRIGHT LAW AND PRACTICES
 

 

Copyright Act, 1957 Terms of Copyright conditions for grant of copyright, extent of rights exception to copyright protection, fair use provision, assignment and licensing, Copyright in Literary, Dramatic and Musical ,Works, Sound Recording, Cinematograph Films, Copyright in Computer Programme, Author Special Rights, Right of Broadcasting and performers.

Unit-4
Teaching Hours:6
COPYRIGHT LAW AND PRACTICES
 

 

Copyright Act, 1957 Terms of Copyright conditions for grant of copyright, extent of rights exception to copyright protection, fair use provision, assignment and licensing, Copyright in Literary, Dramatic and Musical ,Works, Sound Recording, Cinematograph Films, Copyright in Computer Programme, Author Special Rights, Right of Broadcasting and performers.

Unit-4
Teaching Hours:6
COPYRIGHT LAW AND PRACTICES
 

 

Copyright Act, 1957 Terms of Copyright conditions for grant of copyright, extent of rights exception to copyright protection, fair use provision, assignment and licensing, Copyright in Literary, Dramatic and Musical ,Works, Sound Recording, Cinematograph Films, Copyright in Computer Programme, Author Special Rights, Right of Broadcasting and performers.

Unit-5
Teaching Hours:6
TRADEMARK LAW
 

 

Historical development of the concept of trademark and trademark law-National and International Introduction to Trademarks Need for Protection. Kinds of trademarks Concept of Well-known trademark. 

Unit-5
Teaching Hours:6
TRADEMARK LAW
 

 

Historical development of the concept of trademark and trademark law-National and International Introduction to Trademarks Need for Protection. Kinds of trademarks Concept of Well-known trademark. 

Unit-5
Teaching Hours:6
TRADEMARK LAW
 

 

Historical development of the concept of trademark and trademark law-National and International Introduction to Trademarks Need for Protection. Kinds of trademarks Concept of Well-known trademark. 

Unit-5
Teaching Hours:6
TRADEMARK LAW
 

 

Historical development of the concept of trademark and trademark law-National and International Introduction to Trademarks Need for Protection. Kinds of trademarks Concept of Well-known trademark. 

Unit-5
Teaching Hours:6
TRADEMARK LAW
 

 

Historical development of the concept of trademark and trademark law-National and International Introduction to Trademarks Need for Protection. Kinds of trademarks Concept of Well-known trademark. 

Text Books And Reference Books:

T1.Kathleen R Allen, Launching New Ventures, An Entrepreneurial Approach, Cengage Learning.

T2. P. Narayanan (Eastern Law House), Intellectual Property Law.

Essential Reading / Recommended Reading

 R1. Dr. B.L. Wadhera, Law Relating to Patent, Trademarks,Copyright & Designs.

R2. R.K. Nagarjan, Intellectual Property LawGanguli (Tata Megraw), Intellectual Property Rights

R3. Anjan Raichaudhuri, Managing New Ventures Concepts and Cases, Prentice Hall International.

R4. S. R. Bhowmik & M. Bhowmik, Entrepreneurship, New Age International.

R5. Steven Fisher, Ja-nae’ Duane, The Startup Equation –A Visual Guidebook for Building Your Startup, Indian Edition, McGraw Hill Education India Pvt. Ltd.

R6. Byrd Megginson, Small Business Management An Entrepreneur’s Guidebook, 7th ed, McGrawHill

R7. A Fayolle Entrepreneurship and new value creation,Cambridge, Cambridge University Press.

R8.N.S. Gopalakrishnan & T.G. Agitha, Principles of Intellectual Property (2009), Eastern Book Company, Lucknow.

R9.W. Cornish (Universal Publication), Intellectual Property Law.

 

Evaluation Pattern

·         CIA 1 – 20 Marks

·        CIA 2 – 50 Marks

·        CIA 3 – 20 Marks

·        End Semester Examination – 50 Marks

·        Attendance – 5 Marks

 

(Scaled: CIA – 25 Marks & ESE – 25 Marks)

 

MA334 - DISCRETE MATHEMATICS (2023 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

COURSE DESCRIPTION:

This course, Discrete Mathematics (MA334) is offered for three credits in the third semester for the branch of Computer Science Engineering and Information and Technology for different streams. This course develops the logical augmenting and it has topics like Propositional Calculus, Set theory, Group theory, and Coding various Counting techniques.

COURSE OBJECTIVE:

The objective of the paper is to apply logical reasoning to validate the computer algorithms, to perform the operations associated with sets, functions, relations and groups for the coding and decoding information to check the security of the data. 

Learning Outcome

CO1: Distinguish the compound logical statements and validate arguments with logical connectives. [L2]

CO2: Solve Lattices and Boolean algebra problems using partial order set . [L3]

CO3: Compute coding and decoding problems using group theory and appropriate coding and decoding schemes. [L3]

CO4: Classify types of functions/permutation functions as even or odd and solve problems on inverse functions. [L2]

CO5: Solve problems related to recurrence using various techniques of counting. [L3]

Unit-1
Teaching Hours:9
Propositional Calculus:
 

Propositions – Logical connectives – Compound propositions – Conditional and bi conditional propositions – Truth tables – Tautologies and contradictions – Contrapositive – Logical equivalences and implications – De Morgan’s Laws - Normal forms, Rules of inference – Arguments - Validity of arguments.

Unit-1
Teaching Hours:9
Propositional Calculus:
 

Propositions – Logical connectives – Compound propositions – Conditional and bi conditional propositions – Truth tables – Tautologies and contradictions – Contrapositive – Logical equivalences and implications – De Morgan’s Laws - Normal forms, Rules of inference – Arguments - Validity of arguments.

Unit-1
Teaching Hours:9
Propositional Calculus:
 

Propositions – Logical connectives – Compound propositions – Conditional and bi conditional propositions – Truth tables – Tautologies and contradictions – Contrapositive – Logical equivalences and implications – De Morgan’s Laws - Normal forms, Rules of inference – Arguments - Validity of arguments.

Unit-1
Teaching Hours:9
Propositional Calculus:
 

Propositions – Logical connectives – Compound propositions – Conditional and bi conditional propositions – Truth tables – Tautologies and contradictions – Contrapositive – Logical equivalences and implications – De Morgan’s Laws - Normal forms, Rules of inference – Arguments - Validity of arguments.

Unit-1
Teaching Hours:9
Propositional Calculus:
 

Propositions – Logical connectives – Compound propositions – Conditional and bi conditional propositions – Truth tables – Tautologies and contradictions – Contrapositive – Logical equivalences and implications – De Morgan’s Laws - Normal forms, Rules of inference – Arguments - Validity of arguments.

Unit-2
Teaching Hours:9
Set Theory
 

Basic concepts of Sets - Subset – Algebra of sets – The power set – Ordered pairs and Cartesian product – Relations on sets –Types of relations and their properties – Matrix and Graph representation of a relation – Partial ordering – Poset – Hasse diagram – Lattices and their properties – Sublattices – Boolean algebra.

Unit-2
Teaching Hours:9
Set Theory
 

Basic concepts of Sets - Subset – Algebra of sets – The power set – Ordered pairs and Cartesian product – Relations on sets –Types of relations and their properties – Matrix and Graph representation of a relation – Partial ordering – Poset – Hasse diagram – Lattices and their properties – Sublattices – Boolean algebra.

Unit-2
Teaching Hours:9
Set Theory
 

Basic concepts of Sets - Subset – Algebra of sets – The power set – Ordered pairs and Cartesian product – Relations on sets –Types of relations and their properties – Matrix and Graph representation of a relation – Partial ordering – Poset – Hasse diagram – Lattices and their properties – Sublattices – Boolean algebra.

Unit-2
Teaching Hours:9
Set Theory
 

Basic concepts of Sets - Subset – Algebra of sets – The power set – Ordered pairs and Cartesian product – Relations on sets –Types of relations and their properties – Matrix and Graph representation of a relation – Partial ordering – Poset – Hasse diagram – Lattices and their properties – Sublattices – Boolean algebra.

Unit-2
Teaching Hours:9
Set Theory
 

Basic concepts of Sets - Subset – Algebra of sets – The power set – Ordered pairs and Cartesian product – Relations on sets –Types of relations and their properties – Matrix and Graph representation of a relation – Partial ordering – Poset – Hasse diagram – Lattices and their properties – Sublattices – Boolean algebra.

Unit-3
Teaching Hours:9
Group Theory and Coding
 

Properties – Subgroups - Cosets and Lagrange’s theorem – Normal subgroups – Algebraic system with two binary operations – Preliminaries of Coding -  Hamming Metric  - group codes: –  Basic notions of error correction - Error recovery in group codes.

Unit-3
Teaching Hours:9
Group Theory and Coding
 

Properties – Subgroups - Cosets and Lagrange’s theorem – Normal subgroups – Algebraic system with two binary operations – Preliminaries of Coding -  Hamming Metric  - group codes: –  Basic notions of error correction - Error recovery in group codes.

Unit-3
Teaching Hours:9
Group Theory and Coding
 

Properties – Subgroups - Cosets and Lagrange’s theorem – Normal subgroups – Algebraic system with two binary operations – Preliminaries of Coding -  Hamming Metric  - group codes: –  Basic notions of error correction - Error recovery in group codes.

Unit-3
Teaching Hours:9
Group Theory and Coding
 

Properties – Subgroups - Cosets and Lagrange’s theorem – Normal subgroups – Algebraic system with two binary operations – Preliminaries of Coding -  Hamming Metric  - group codes: –  Basic notions of error correction - Error recovery in group codes.

Unit-3
Teaching Hours:9
Group Theory and Coding
 

Properties – Subgroups - Cosets and Lagrange’s theorem – Normal subgroups – Algebraic system with two binary operations – Preliminaries of Coding -  Hamming Metric  - group codes: –  Basic notions of error correction - Error recovery in group codes.

Unit-4
Teaching Hours:9
Counting Techniques-I
 

Types of functions - Examples – Composition of functions – Inverse functions – Characteristic function of a set, Mathematical Induction, The Rules of Sum and Product, Permutations, Combinations.

Unit-4
Teaching Hours:9
Counting Techniques-I
 

Types of functions - Examples – Composition of functions – Inverse functions – Characteristic function of a set, Mathematical Induction, The Rules of Sum and Product, Permutations, Combinations.

Unit-4
Teaching Hours:9
Counting Techniques-I
 

Types of functions - Examples – Composition of functions – Inverse functions – Characteristic function of a set, Mathematical Induction, The Rules of Sum and Product, Permutations, Combinations.

Unit-4
Teaching Hours:9
Counting Techniques-I
 

Types of functions - Examples – Composition of functions – Inverse functions – Characteristic function of a set, Mathematical Induction, The Rules of Sum and Product, Permutations, Combinations.

Unit-4
Teaching Hours:9
Counting Techniques-I
 

Types of functions - Examples – Composition of functions – Inverse functions – Characteristic function of a set, Mathematical Induction, The Rules of Sum and Product, Permutations, Combinations.

Unit-5
Teaching Hours:9
Counting Techniques-II
 

Fundamental principles of counting, pigeonhole principle, principle of inclusion and exclusion, Solving Linear Recurrence Relations, Divide-and-Conquer Algorithms and Recurrence Relations, generating functions, Solve Recurrence Relations using Generating Functions.

Unit-5
Teaching Hours:9
Counting Techniques-II
 

Fundamental principles of counting, pigeonhole principle, principle of inclusion and exclusion, Solving Linear Recurrence Relations, Divide-and-Conquer Algorithms and Recurrence Relations, generating functions, Solve Recurrence Relations using Generating Functions.

Unit-5
Teaching Hours:9
Counting Techniques-II
 

Fundamental principles of counting, pigeonhole principle, principle of inclusion and exclusion, Solving Linear Recurrence Relations, Divide-and-Conquer Algorithms and Recurrence Relations, generating functions, Solve Recurrence Relations using Generating Functions.

Unit-5
Teaching Hours:9
Counting Techniques-II
 

Fundamental principles of counting, pigeonhole principle, principle of inclusion and exclusion, Solving Linear Recurrence Relations, Divide-and-Conquer Algorithms and Recurrence Relations, generating functions, Solve Recurrence Relations using Generating Functions.

Unit-5
Teaching Hours:9
Counting Techniques-II
 

Fundamental principles of counting, pigeonhole principle, principle of inclusion and exclusion, Solving Linear Recurrence Relations, Divide-and-Conquer Algorithms and Recurrence Relations, generating functions, Solve Recurrence Relations using Generating Functions.

Text Books And Reference Books:

Text Books

T1. Trembly J.P and Manohar R, Discrete Mathematical Structures with Applications to Computer Science, Tata McGrawHill Pub.Co. Ltd, New Delhi, 2003. 

T2. Ralph. P. Grimaldi, Discrete and Combinatorial Mathematics: An Applied Introduction, Fifth Edition, Pearson Education Asia,Delhi, 2009.

Essential Reading / Recommended Reading

Reference Books 

1.      R1. Bernard Kolman, Robert C. Busby, Sharan Cutler Ross, Discrete Mathematical Structures,  Fourth Indian reprint, Pearson Education Pvt Ltd., New Delhi, 2003.

2.      R2. Kenneth H. Rosen, Discrete Mathematics and its Applications, Fifth Edition, Tata McGraw Hill Pub. Co. Ltd., New Delhi, 2003.

3.      R3. Richard Johnsonbaugh, Discrete Mathematics, Fifth Edition,Pearson Education Asia, New Delhi, 2002.


Evaluation Pattern

Continuous Internal Assessment (CIA): 50% (50 marks out of 100 marks)

End Semester Examination(ESE)      : 50% (50 marks out of 100 marks) 

  

S.No

Assessment

Marks

Weightagemarks

1

CIA I

20

10

2

CIA II

     (MSE: Mid Semester Examination)

50

25

3

CIA III

20

10

4

Attendance

10

05

5

ESE

(End Semester Examination)

100

50

Total

100

Components of the CIA

CIA I  :  Subject Assignments / Online Tests                  : 10 marks

CIA II :   Mid Semester Examination (Theory)                : 25 marks            

CIAIII: Quiz/Seminar/Innovative Assignments/presentations/publications : 10 marks

Attendance                                                                           : 05 marks

            Total                                                                                       : 50 marks

Mid Semester Examination (MSE) : Theory Papers:

  • The MSE is conducted for 50 marks of 2 hours duration.
  • Question paper pattern; Four questions have to be answered in part A without any choice. One question need to be answered out of two in part B. Each  question carries 10 marks

End Semester Examination (ESE):

The ESE is conducted for 100 marks of 3 hours duration.

The syllabus for the theory papers are divided into FIVE units and each unit carries equal Weightage in terms of marks distribution.

Question paper pattern is as follows.

Two full questions with either or choice will be drawn from each unit. Each question carries 20 marks. There could be a maximum of three sub divisions in a question. The emphasis on the questions is to test the objectiveness, analytical skill and application skill of the concept, from a question bank which reviewed and updated every year

The criteria for drawing the questions from the Question Bank are as follows

50 % - Medium Level questions

25 % - Simple level questions

25 % - Complex level questions

MIPSY331 - UNDERSTANDING HUMAN BEHAVIOR (2023 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:4

Course Objectives/Course Description

 

This course focuses on the fundamentals of psychology. It is an introductory paper that gives an overall understanding about the human behavior. It will provide students with an introduction to the key concepts, perspectives, theories, and sub-fields on various basic processes underlying human behavior.

Learning Outcome

CO1: Explain human behaviors using theoretical underpinnings

CO2: Understand oneself and others, respecting the differences

CO3: Demonstrate their understanding of psychological processes in daily activities

Unit-1
Teaching Hours:12
Sensation
 

Definition, Characteristics of Sensory modalities: Absolute and difference threshold; Signal detection theory; sensory coding; Vision, Audition, Other Senses. Assessment of Perception and Sensation

Practicum: Aesthesiometer

Unit-1
Teaching Hours:12
Sensation
 

Definition, Characteristics of Sensory modalities: Absolute and difference threshold; Signal detection theory; sensory coding; Vision, Audition, Other Senses. Assessment of Perception and Sensation

Practicum: Aesthesiometer

Unit-1
Teaching Hours:12
Sensation
 

Definition, Characteristics of Sensory modalities: Absolute and difference threshold; Signal detection theory; sensory coding; Vision, Audition, Other Senses. Assessment of Perception and Sensation

Practicum: Aesthesiometer

Unit-1
Teaching Hours:12
Sensation
 

Definition, Characteristics of Sensory modalities: Absolute and difference threshold; Signal detection theory; sensory coding; Vision, Audition, Other Senses. Assessment of Perception and Sensation

Practicum: Aesthesiometer

Unit-1
Teaching Hours:12
Sensation
 

Definition, Characteristics of Sensory modalities: Absolute and difference threshold; Signal detection theory; sensory coding; Vision, Audition, Other Senses. Assessment of Perception and Sensation

Practicum: Aesthesiometer

Unit-2
Teaching Hours:12
Perception
 

Definition, Understanding perception, Gestalt laws of organization, Illusions and Perceptual constancy; Various sensory modalities; Extrasensory perception.

Practicum:  Muller-Lyer Illusion

Unit-2
Teaching Hours:12
Perception
 

Definition, Understanding perception, Gestalt laws of organization, Illusions and Perceptual constancy; Various sensory modalities; Extrasensory perception.

Practicum:  Muller-Lyer Illusion

Unit-2
Teaching Hours:12
Perception
 

Definition, Understanding perception, Gestalt laws of organization, Illusions and Perceptual constancy; Various sensory modalities; Extrasensory perception.

Practicum:  Muller-Lyer Illusion

Unit-2
Teaching Hours:12
Perception
 

Definition, Understanding perception, Gestalt laws of organization, Illusions and Perceptual constancy; Various sensory modalities; Extrasensory perception.

Practicum:  Muller-Lyer Illusion

Unit-2
Teaching Hours:12
Perception
 

Definition, Understanding perception, Gestalt laws of organization, Illusions and Perceptual constancy; Various sensory modalities; Extrasensory perception.

Practicum:  Muller-Lyer Illusion

Unit-3
Teaching Hours:12
Learning and Memory
 

Learning:Definition, Classical conditioning, Instrumental conditioning, learning and cognition; Memory:  Types of Memory; Sensory memory, working memory, Long term memory, implicit memory, Constructive memory, improving memory; Assessment of memory.

Practicum: Memory drum

Unit-3
Teaching Hours:12
Learning and Memory
 

Learning:Definition, Classical conditioning, Instrumental conditioning, learning and cognition; Memory:  Types of Memory; Sensory memory, working memory, Long term memory, implicit memory, Constructive memory, improving memory; Assessment of memory.

Practicum: Memory drum

Unit-3
Teaching Hours:12
Learning and Memory
 

Learning:Definition, Classical conditioning, Instrumental conditioning, learning and cognition; Memory:  Types of Memory; Sensory memory, working memory, Long term memory, implicit memory, Constructive memory, improving memory; Assessment of memory.

Practicum: Memory drum

Unit-3
Teaching Hours:12
Learning and Memory
 

Learning:Definition, Classical conditioning, Instrumental conditioning, learning and cognition; Memory:  Types of Memory; Sensory memory, working memory, Long term memory, implicit memory, Constructive memory, improving memory; Assessment of memory.

Practicum: Memory drum

Unit-3
Teaching Hours:12
Learning and Memory
 

Learning:Definition, Classical conditioning, Instrumental conditioning, learning and cognition; Memory:  Types of Memory; Sensory memory, working memory, Long term memory, implicit memory, Constructive memory, improving memory; Assessment of memory.

Practicum: Memory drum

Unit-4
Teaching Hours:12
Individual Differences
 

Concepts and nature of Individual differences; Nature vs. nurture; Gender difference in cognitive processes and social behavior; Intelligence: Definition, Contemporary theories of intelligence; Tests of intelligence; Emotional, Social and Spiritual intelligence.

Practicum: Bhatia’s Battery of Performance

Unit-4
Teaching Hours:12
Individual Differences
 

Concepts and nature of Individual differences; Nature vs. nurture; Gender difference in cognitive processes and social behavior; Intelligence: Definition, Contemporary theories of intelligence; Tests of intelligence; Emotional, Social and Spiritual intelligence.

Practicum: Bhatia’s Battery of Performance

Unit-4
Teaching Hours:12
Individual Differences
 

Concepts and nature of Individual differences; Nature vs. nurture; Gender difference in cognitive processes and social behavior; Intelligence: Definition, Contemporary theories of intelligence; Tests of intelligence; Emotional, Social and Spiritual intelligence.

Practicum: Bhatia’s Battery of Performance

Unit-4
Teaching Hours:12
Individual Differences
 

Concepts and nature of Individual differences; Nature vs. nurture; Gender difference in cognitive processes and social behavior; Intelligence: Definition, Contemporary theories of intelligence; Tests of intelligence; Emotional, Social and Spiritual intelligence.

Practicum: Bhatia’s Battery of Performance

Unit-4
Teaching Hours:12
Individual Differences
 

Concepts and nature of Individual differences; Nature vs. nurture; Gender difference in cognitive processes and social behavior; Intelligence: Definition, Contemporary theories of intelligence; Tests of intelligence; Emotional, Social and Spiritual intelligence.

Practicum: Bhatia’s Battery of Performance

Unit-5
Teaching Hours:12
Personality
 

Definition, Type and trait theories of personality, Type A, B & C. Psychoanalytic -  Freudian perspective; Types of personality assessment.

Unit-5
Teaching Hours:12
Personality
 

Definition, Type and trait theories of personality, Type A, B & C. Psychoanalytic -  Freudian perspective; Types of personality assessment.

Unit-5
Teaching Hours:12
Personality
 

Definition, Type and trait theories of personality, Type A, B & C. Psychoanalytic -  Freudian perspective; Types of personality assessment.

Unit-5
Teaching Hours:12
Personality
 

Definition, Type and trait theories of personality, Type A, B & C. Psychoanalytic -  Freudian perspective; Types of personality assessment.

Unit-5
Teaching Hours:12
Personality
 

Definition, Type and trait theories of personality, Type A, B & C. Psychoanalytic -  Freudian perspective; Types of personality assessment.

Text Books And Reference Books:

Baron, R. A. (2001). Psychology. New Delhi: Pearson Education India.

Rathus, S. A. (2017). Introductory Psychology, 5thEd. Belmont, CA: Wadsworth.

Nolen-Hoeksema, S., Fredrickson, B.L. & Loftus, G.R. (2014). Atkinson & Hilgard'sIntroduction to Psychology.16th Ed. United Kingdom: Cengage Learning.

Essential Reading / Recommended Reading

Feldman, R. S. (2011). Understanding Psychology. New Delhi: Tata McGraw Hill.

Morgan, C. T., King, R. A., & Schopler, J. (2004). Introduction to Psychology. New Delhi: Tata     McGraw Hill.

Kalat, J. W. (2016). Understanding Psychology. New York: Cengage Learning.

Evaluation Pattern

Group Assignment

Individual Assignment

Mid semester

20

20

25

OEC371 - NCC3 (2023 Batch)

Total Teaching Hours for Semester:15
No of Lecture Hours/Week:1
Max Marks:50
Credits:1

Course Objectives/Course Description

 

This course is designed to provide a holistic development program combining personality enhancement, physical training, leadership skills, and technical expertise. Students will engage in physical training, learn fundamental drill techniques, and gain hands-on experience in aviation, including airmanship, aircraft forces, and specific technical details of the ZENAIR CH 701. The course also includes practical exercises such as obstacle courses and social service activities to foster leadership and community involvement. Through a blend of theoretical knowledge and practical skills, students will be well-prepared for roles requiring both personal development and technical proficiency.

Develop self-awareness, confidence, and leadership qualities through structured personality development and leadership training.

Understand the principles of airmanship and the forces acting on aircraft to enhance operational knowledge in aviation.

Engage in social service activities to build leadership skills and contribute positively to the community.

Learning Outcome

CO1: Develop and apply self-awareness, effective communication, and time management skills to enhance personal confidence and leadership capabilities.

CO2: Apply principles of airmanship and technical knowledge to ensure safe and effective flight operations, including understanding aerodynamic forces and performing maintenance on the ZENAIR CH 701 aircraft.

CO3: Demonstrate effective application of leadership and teamwork skills through the successful planning and execution of community engagement activities

Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-1
Teaching Hours:5
Personality Development and leadership
 
  • Personality Development

    • Self-awareness and Confidence: Techniques to build self-esteem and self-awareness.
    • Effective Communication: Skills for clear and impactful communication.
    • Time Management and Goal Setting: Strategies to manage time efficiently and set achievable goals.
    • Fundamentals of Foot Drill

      • Basic Movements and Commands: Training in fundamental drill movements and commands.
      • Marching Techniques: Proper techniques for marching and maintaining formation.
      • Discipline and Synchronization: Importance of precision and coordination in drill routines.
Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-2
Teaching Hours:5
Aviation Knowledge and Technical Skills
 
  • Airmanship

    • Principles of Airmanship: Understanding the essential principles for effective flight operations.
    • Safety Procedures: Best practices for ensuring safety in aviation settings.
    • Situational Awareness: Techniques to maintain awareness and make informed decisions during flight.
  • Forces Acting on Aircraft

    • Aerodynamic Forces: Analysis of lift, weight, thrust, and drag.
    • Flight Performance: Impact of aerodynamic forces on aircraft performance.
    • Environmental Factors: Influence of environmental conditions on flight dynamics.
  • Technical Details: ZENAIR CH 701

    • Aircraft Specifications: Overview of technical features and specifications of the ZENAIR CH 701.
    • Maintenance Procedures: Routine maintenance and inspection practices.
    • Performance Evaluation: Assessing the aircraft's performance characteristics and capabilities.

 

Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Unit-3
Teaching Hours:5
Practical Application and Community Engagement
 
  • Engine Performance

    • Diagnostic Techniques: Methods for diagnosing engine performance issues.
    • Maintenance Practices: Routine checks and maintenance to ensure optimal engine function.
    • Performance Analysis: Evaluating engine performance data and addressing operational issues.
  • Obstacle Course

    • Course Navigation: Techniques for efficiently navigating and overcoming obstacles.
    • Agility and Coordination: Exercises to enhance physical agility and coordination.
    • Performance Evaluation: Assessing personal performance and identifying areas for improvement.
  • Social Service Activity

    • Community Engagement: Planning and organizing activities that benefit the community.
    • Leadership and Teamwork: Applying leadership skills in social service projects.
    • Impact Assessment: Reflecting on the impact of social service activities on personal growth and community well-being.
Text Books And Reference Books:

1.Airwing Cadet Handbook, Specialized Subject SD/SW, Maxwell Press, 2016.

2. Airwing Cadet Handbook, Common Subject SD/SW, Maxwell Press, 2015.

Essential Reading / Recommended Reading

1.Airwing Cadet Handbook, Specialized Subject SD/SW, Maxwell Press, 2016.

2. Airwing Cadet Handbook, Common Subject SD/SW, Maxwell Press, 2015.

Evaluation Pattern

Attendance

(5)

Camp Attended(5)

Performance
Contribution
(10)

Personal and
Unit
Development (10)

Written Exam Marks  (20)

Total(50)

 

 

 

 

 

Evaluation Criteria

Excellent

Good

Average

Needs Improvement

Poor

9-10

7-8

6-7

5

0

Attendance

Has Participated in >= 95% of the NCC activities

Has Participated in >= 90%  and <95% of the NCC activities

Has Participated in >= 85%  and <90% of the NCC activities

Has Participated in >= 80%  and <85% of the NCC activities

Has attendance percentage less than 80%

Camp Attended(20)

10

9

6-8

5

0

National camp(RD)

National cam p AIVSC

Other National camps

Unit level Camps

No camps

Performance Contribution

8 – 10

6 – 7

4 – 5

1 – 3

0

Was a self-starter; consistently sought new challenges and asked for additional work assignments; regularly approached and solved problems independently; frequently proposed innovative and creative ideas, solutions, and/or options

Worked without extensive supervision; in some cases, found problems to solve and sometimes asked for additional work assignments; normally set his/her own goals and, in a few cases, tried to exceed requirements; offered some creative ideas

Had little observable drive and required close supervision; showed little if any interest in meeting standards; did not seek out additional work and frequently procrastinated in completing assignments; suggested no new ideas or options

Wasn’t regular.

No new ideas projected or discussed.

Didn’t complete the given tasks in the mentioned time limit.

Hasn’t visited the company.

 

8 – 10

6 – 7

4 – 5

1 – 3

0

Personal and
Professional
Development

Will develop a practical “working knowledge” and understanding of NCC expectations.

 

 

Will develop a practical “working knowledge” and understanding of workplace expectations.

 

 

Will develop a general understanding of workplace expectations.

 

 

Activities participated did not provide/or allow for understanding of workplace expectations.

 

 

Hasn’t Contributed to NCC

OEC372 - ABILITY ENHANCEMENT COURSE III (2023 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:2
Max Marks:50
Credits:1

Course Objectives/Course Description

 

Course Description:

This course covers technical reading and writing practices, professional communication for employment and at the workplace, and foundational mathematical concepts. It includes technical writing, report and proposal writing, listening and reading skills, job application preparation, group discussions, and presentation skills. It also addresses key mathematical topics such as number systems, percentages, data interpretation, ratios, speed, time, distance, and work-related problems. The course concludes with comprehensive training in C programming, covering data types, control flow, arrays, functions, structures, pointers, and file management.

Course Objective:

1. Develop Technical Reading Skills: Equip students with effective reading strategies for comprehending complex technical documents.

2. Enhance Technical Writing Abilities: Teach the processes involved in writing clear and concise technical reports and proposals.

3. Improve Grammar and Editing Skills: Strengthen students' understanding of grammar, voice, speech, and common errors in technical writing.

4. Professional Communication Mastery: Foster skills in professional communication, including job application processes, resume writing, and email etiquette.

5. Group and Interpersonal Communication: Cultivate effective group discussion, interview techniques, and interpersonal communication skills for professional settings.

Learning Outcome

CO1: Proficient Technical Readers and Writers: Students will be able to effectively read and write technical documents, including reports and proposals.

CO2: Grammar and Error Detection: Students will demonstrate improved grammar usage and the ability to identify and correct errors in technical writing.

CO3: Professional Job Application Skills: Students will be capable of creating professional job application documents, such as resumes and cover letters.

CO4: Enhanced Listening and Presentation Skills: Students will show improved listening comprehension and presentation abilities, crucial for professional environments

CO5: Effective Group and Interpersonal Communicators: Students will be skilled in group discussions, job interviews, and interpersonal communication, enhancing their employability and workplace interactions.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-1
Teaching Hours:6
Technical Reading and Writing Practices :
 


1. Reading Process and Reading Strategies, Introduction to Technical writing process,
Understanding of writing process, Effective Technical Reading and Writing Practices , Introduction to
Technical Reports writing, Significance of Reports, Types of Reports.
2. Introduction to Technical Proposals Writing, Types of Technical Proposals, Characteristics of Technical
Proposals. Scientific Writing Process.
3. Grammar – Voice and Speech (Active and Passive Voices) and Reported Speech, Spotting Error Exercises,
Sentence Improvement Exercises, Cloze Test and Theme Detection Exercises.

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-2
Teaching Hours:6
Professional Communication for Employment
 

Professional Communication for Employment :

1. The Listening Comprehension, Importance of Listening Comprehension, Types of Listening, Understanding

and Interpreting, Listening Barriers, Improving Listening Skills. Attributes of a good and poor listener.

2. Reading Skills and Reading Comprehension, Active and Passive Reading, Tips for effective reading.

3. Preparing for Job Application, Components of a Formal Letter, Formats and Types of official, employment,

Business Letters, Resume vs Bio Data, Profile, CV and others, Types of resume, Writing effective resume

for employment, Model Letter of Application (Cover Letter) with Resume, Emails, Blog Writing, Memos

(Types of Memos) and other recent communication types.

 

Professional Communication at Workplace :

1. Group Discussions – Importance, Characteristics, Strategies of a Group Discussions. Group

Discussions is a Tool for Selection. Employment/ Job Interviews - Importance, Characteristics,

Strategies of a Employment/ Job Interviews. Intra and Interpersonal Communication Skills -

Importance, Characteristics, Strategies of a Intra and Interpersonal Communication Skills. NonVerbal Communication Skills (Body Language) and its importance in GD and PI/JI/EI.

2. Presentation skills and Formal Presentations by Students - Importance, Characteristics,

Strategies of Presentation Skills. Dialogues in Various Situations (Activity based Practical

Sessions in class by Students)."                

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-3
Teaching Hours:8
Number System
 

· Divisibility & Remainder

 · Multiples & Factors

 · Integers

 · LCM & HCF.

 · Complete a number Series

 · Find the Missing Term and Wrong Term

 Simplification

 · BODMAS Rule

 · Approximation

 · Decimals

 · Fractions

 · Surds & Indices

 

Percentage

Calculation-oriented basic percentage, Profit and Loss, Successive Selling type, Discount & MP, Dishonest Dealings, Partnerships

Interest : Simple Interest, Compound Interest, Mixed Interest, Installments.

 

Data Interpretation: Approach to interpretation - simple arithmetic, rules for comparing fractions, Calculating (approximation) fractions, short cut ways to find the percentages, Classification of data– Tables, Bar graph, line graph, Cumulative bar graph, Pie graph, Combination of graphs. Combination of table and graphs

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-4
Teaching Hours:8
Ratio and Proportion
 

· Simple Ratios

 · Compound Ratios

 · Comprehend and Dividend

 · Direct & Indirect Proportions

 · Problems on ages

 · Mixtures & Allegation

Speed, Time and Distance

 · Relative Speed

 · Average Speed

 · Problems on Train

 · Boat & Stream.

 Time and Work

 · Work Efficiency

 · Work & Wages

 Pipes & Cisterns

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Unit-5
Teaching Hours:14
C Programming
 

Data Types, Operators and Expressions  Input and output Operations  Control Flow – Branching, Control Flow – Looping  · Statements and Blocks  · If..Else, Switch, Nesting of If..Else  · GOTO statement  · The while statement  · The For statement  · The Do statement  · Jumps in loops

 

Arrays, Strings

 · One-dimensional arrays

 · Initialization of one-dimensional arrays

 · Two-dimensional Arrays

 · Initializing Two-dimensional arrays

 · Multi-dimensional arrays

 · Dynamic arrays

 · Declaring and Initializing string variables

 · Reading Strings from Terminal

 · Writing Strings to screen

 · String handling functions

 · Operations on strings

 

User-defined Functions, Structures

 · Basics of Functions

 · Functions Returning Non-integers

 · External Variables, Scope Rules

 · Header Files, Static Variables, Register Variables

 · Block Structure, Initialization, Recursion

 · Category of functions, Functions that return multiple values

 · Nesting functions, Multi-file programs

 · Structures and Functions, Arrays of Structures

 · Pointers to Structures, Self-referential structures

 

Unions, Pointers

 · Difference between Structures and Unions

 · Accessing the address of a variable

 · Declaring and Initializing pointer variables

 · Accessing a variable through its pointers

 · Chain of pointers

 · Pointer Expressions

 · Pointer Increments and Scale Factors

 · Pointers and character strings

 · Array of pointers

 · Pointers as function arguments

 · Functions returning pointers

 · Pointers to functions, Drawback of Pointers

 

File Management in C, The Preprocessor

 Defining and Opening a File, Closing a File, Input / Output Operations on Files, Random Access to Files, Command Line Arguments. Macro Substitution, File Inclusion, Compiler Control Directives, ANSI Additions.

Text Books And Reference Books:

1.Title: The ACE of Soft Skills: Attitude, Communication and Etiquette for Success

Author: Gopalaswamy Ramesh and Mahadevan Ramesh

Publisher: Pearson Education India

Edition: 1st Edition (2010).ISBN: 9788131732857.

2.Title: The ACE of Soft Skills: Attitude, Communication and Etiquette for Success

 

Author: Gopalaswamy Ramesh and Mahadevan Ramesh

 

Publisher: Pearson Education India

 

Edition: 1st Edition (2010)

ISBN: 9788131732857                                       

 

 

Essential Reading / Recommended Reading

1. Title: Quantitative Aptitude for Competitive Examinations

    Author: R.S. Aggarwal

    Publisher: S. Chand Publishing

    Edition: 2021

    ISBN: 9789352836509

 

2. Title: How to Prepare for Quantitative Aptitude for the CAT

    Author: Arun Sharma

    Publisher: McGraw Hill Education

    Edition: 10th Edition (2022)

    ISBN: 9789354720196

. Title: Quantitative Aptitude for Competitive Examinations

    Author: R.S. Aggarwal

    Publisher: S. Chand Publishing

    Edition: 2021

    ISBN: 9789352836509

 

3. Title: How to Prepare for Quantitative Aptitude for the CAT

    Author: Arun Sharma

    Publisher: McGraw Hill Education

    Edition: 10th Edition (2022)

    ISBN: 9789354720196.

Title: Let Us C

    Author: YashavantKanetkar

    Publisher: BPB Publications

    Edition: 17th Edition (2020)

    ISBN: 9789388511393

 

4. Title: Let Us C Solutions

    Author: YashavantKanetkar

    Publisher: BPB Publications

    Edition: 13th Edition (2021)

    ISBN: 9789387284588

 

5. Title: The C Programming Language

    Author: Brian W. Kernighan and Dennis M. Ritchie

    Publisher: Prentice Hall

    Edition: 2nd Edition (1988)

    ISBN: 9780131103627

Evaluation Pattern

Total Credit=1

Overall CIA=50.

CE451 - SUSTAINABLE GREEN TECHNOLOGY (2023 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

This course comprehensively deals with interdisciplinary engineering and design processes to achieve sustainability in the area of renewable energy, resources and waste management through experiential learning

Learning Outcome

CO1: Demonstrate a clear understanding and application of sustainability principles to develop and implement green technologies.

CO2: Develop sustainable solutions to solve pressing issues in the area of Energy, Waste and Resource management.

Unit-1
Teaching Hours:30
Real time projects
 

Project based on solar energy

Analysis and Design of a Solar PV Plant for Hostel/Village at University X/Location

 

Projects based on water and other resources

Conjunctive user planning of water resource(integrated surface and ground water management) for village
Mapping of resources using Geospatial techniques

 

Projects based on waste management

Anaerobic codigestion of organic solid waste for volume reduction, phase conversion and concurrent energy production in an village.
Upcycling of commingled plastic waste generated in village , thereby creating entrepreneurship opportunities.
Evaluation of calorific value thereby valorisation of agro based waste  in rural area for entrepreneurship opportunities.
Unit-1
Teaching Hours:30
Real time projects
 

Project based on solar energy

Analysis and Design of a Solar PV Plant for Hostel/Village at University X/Location

 

Projects based on water and other resources

Conjunctive user planning of water resource(integrated surface and ground water management) for village
Mapping of resources using Geospatial techniques

 

Projects based on waste management

Anaerobic codigestion of organic solid waste for volume reduction, phase conversion and concurrent energy production in an village.
Upcycling of commingled plastic waste generated in village , thereby creating entrepreneurship opportunities.
Evaluation of calorific value thereby valorisation of agro based waste  in rural area for entrepreneurship opportunities.
Unit-1
Teaching Hours:30
Real time projects
 

Project based on solar energy

Analysis and Design of a Solar PV Plant for Hostel/Village at University X/Location

 

Projects based on water and other resources

Conjunctive user planning of water resource(integrated surface and ground water management) for village
Mapping of resources using Geospatial techniques

 

Projects based on waste management

Anaerobic codigestion of organic solid waste for volume reduction, phase conversion and concurrent energy production in an village.
Upcycling of commingled plastic waste generated in village , thereby creating entrepreneurship opportunities.
Evaluation of calorific value thereby valorisation of agro based waste  in rural area for entrepreneurship opportunities.
Unit-1
Teaching Hours:30
Real time projects
 

Project based on solar energy

Analysis and Design of a Solar PV Plant for Hostel/Village at University X/Location

 

Projects based on water and other resources

Conjunctive user planning of water resource(integrated surface and ground water management) for village
Mapping of resources using Geospatial techniques

 

Projects based on waste management

Anaerobic codigestion of organic solid waste for volume reduction, phase conversion and concurrent energy production in an village.
Upcycling of commingled plastic waste generated in village , thereby creating entrepreneurship opportunities.
Evaluation of calorific value thereby valorisation of agro based waste  in rural area for entrepreneurship opportunities.
Unit-1
Teaching Hours:30
Real time projects
 

Project based on solar energy

Analysis and Design of a Solar PV Plant for Hostel/Village at University X/Location

 

Projects based on water and other resources

Conjunctive user planning of water resource(integrated surface and ground water management) for village
Mapping of resources using Geospatial techniques

 

Projects based on waste management

Anaerobic codigestion of organic solid waste for volume reduction, phase conversion and concurrent energy production in an village.
Upcycling of commingled plastic waste generated in village , thereby creating entrepreneurship opportunities.
Evaluation of calorific value thereby valorisation of agro based waste  in rural area for entrepreneurship opportunities.
Unit-1
Teaching Hours:30
Real time projects
 

Project based on solar energy

Analysis and Design of a Solar PV Plant for Hostel/Village at University X/Location

 

Projects based on water and other resources

Conjunctive user planning of water resource(integrated surface and ground water management) for village
Mapping of resources using Geospatial techniques

 

Projects based on waste management

Anaerobic codigestion of organic solid waste for volume reduction, phase conversion and concurrent energy production in an village.
Upcycling of commingled plastic waste generated in village , thereby creating entrepreneurship opportunities.
Evaluation of calorific value thereby valorisation of agro based waste  in rural area for entrepreneurship opportunities.
Text Books And Reference Books:

1.Rogers, Peter P., Kazi F. Jalal, and John A. Boyd. "An introduction to sustainable development." (2012).

2.Kerr, Julie. Introduction to energy and climate: Developing a sustainable environment. CRC Press, 2017.

Essential Reading / Recommended Reading

Based on alloted  projects  students need to refer respective journal publications reference materials.

Evaluation Pattern

Students would be assessed both continously and stage wise

Students would be assessed  after every engagement for submissions and progress achived with respect to project- 50 marks

Students projects at the end of semester  would be assessed for  50 marks by panel constituted by the department- 50 marks

CSE432P - OPERATING SYSTEMS (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

 This course provides an overview of different types of operating systems. It helps to understand the components of an operating system including process management and storage management. It also covers the basic concepts of I/O and file systems.

 

Course Objective:

The main objectives of the course are:

1: To describe the necessity and importance of Operating Systems.

2. To clarify the process management principles for given problem using appropriate tools.

3: To make the students understand, process synchronization mechanisms, deadlock environment, and memory management strategies on file systems.

Learning Outcome

CO1: Demonstrate the Structure, Components and its basic functionalities of Operating System

CO2: Experiment with various process management principles for given problem using appropriate tool

CO3: Examine process synchronization mechanisms, deadlock environment and its solutions for the given processes

CO4: Inspect various memory management strategies for the given problems in memory systems

CO5: Model a file structure to distribute the same across the memory.

Unit-1
Teaching Hours:15
Introduction
 

Introduction: What operating systems do?, Computer System computer , Operating System Structure, Operating System Operations, Process Management, Memory Management, Storage Management, Protection and Security; System Structures: Operating System Services, User Operating System Interface, System Calls, Types of System Calls.

 

Experiment 1:  Shell programming

a. command syntax (DATE, CAL, ECHO, CLEAR, WHO, CAT, PWD, MKDIR, CD, LS, RM, TR, HEAD, MORE , SORT, GREP, etc..)

b. write simple functions (Create a user defined function that include special

commands. Eg: list () { ls | less; })

c. basic tests (simple if-fi, if-else-fi, if-elif…fi, while, for, case-esac )

 

Experiment 2:  Shell programming

a. expansions (generate two or more commands from a single typed command.)

Eg: Mkdir college/jan

Mkdir college/feb

Mkdir college/Mar

Mkdir college

Mkdir college/{jan,feb,Mar}

b. substitutions:- insert the output of a command within a command

Command substitution is the mechanism by which the shell performs a given set of commands and then substitutes their output in the place of the commands. Syntax:- `command` Eg: USERS=`who | wc –l` Echo “Logged in user are $USERS

Unit-1
Teaching Hours:15
Introduction
 

Introduction: What operating systems do?, Computer System computer , Operating System Structure, Operating System Operations, Process Management, Memory Management, Storage Management, Protection and Security; System Structures: Operating System Services, User Operating System Interface, System Calls, Types of System Calls.

 

Experiment 1:  Shell programming

a. command syntax (DATE, CAL, ECHO, CLEAR, WHO, CAT, PWD, MKDIR, CD, LS, RM, TR, HEAD, MORE , SORT, GREP, etc..)

b. write simple functions (Create a user defined function that include special

commands. Eg: list () { ls | less; })

c. basic tests (simple if-fi, if-else-fi, if-elif…fi, while, for, case-esac )

 

Experiment 2:  Shell programming

a. expansions (generate two or more commands from a single typed command.)

Eg: Mkdir college/jan

Mkdir college/feb

Mkdir college/Mar

Mkdir college

Mkdir college/{jan,feb,Mar}

b. substitutions:- insert the output of a command within a command

Command substitution is the mechanism by which the shell performs a given set of commands and then substitutes their output in the place of the commands. Syntax:- `command` Eg: USERS=`who | wc –l` Echo “Logged in user are $USERS

Unit-1
Teaching Hours:15
Introduction
 

Introduction: What operating systems do?, Computer System computer , Operating System Structure, Operating System Operations, Process Management, Memory Management, Storage Management, Protection and Security; System Structures: Operating System Services, User Operating System Interface, System Calls, Types of System Calls.

 

Experiment 1:  Shell programming

a. command syntax (DATE, CAL, ECHO, CLEAR, WHO, CAT, PWD, MKDIR, CD, LS, RM, TR, HEAD, MORE , SORT, GREP, etc..)

b. write simple functions (Create a user defined function that include special

commands. Eg: list () { ls | less; })

c. basic tests (simple if-fi, if-else-fi, if-elif…fi, while, for, case-esac )

 

Experiment 2:  Shell programming

a. expansions (generate two or more commands from a single typed command.)

Eg: Mkdir college/jan

Mkdir college/feb

Mkdir college/Mar

Mkdir college

Mkdir college/{jan,feb,Mar}

b. substitutions:- insert the output of a command within a command

Command substitution is the mechanism by which the shell performs a given set of commands and then substitutes their output in the place of the commands. Syntax:- `command` Eg: USERS=`who | wc –l` Echo “Logged in user are $USERS

Unit-1
Teaching Hours:15
Introduction
 

Introduction: What operating systems do?, Computer System computer , Operating System Structure, Operating System Operations, Process Management, Memory Management, Storage Management, Protection and Security; System Structures: Operating System Services, User Operating System Interface, System Calls, Types of System Calls.

 

Experiment 1:  Shell programming

a. command syntax (DATE, CAL, ECHO, CLEAR, WHO, CAT, PWD, MKDIR, CD, LS, RM, TR, HEAD, MORE , SORT, GREP, etc..)

b. write simple functions (Create a user defined function that include special

commands. Eg: list () { ls | less; })

c. basic tests (simple if-fi, if-else-fi, if-elif…fi, while, for, case-esac )

 

Experiment 2:  Shell programming

a. expansions (generate two or more commands from a single typed command.)

Eg: Mkdir college/jan

Mkdir college/feb

Mkdir college/Mar

Mkdir college

Mkdir college/{jan,feb,Mar}

b. substitutions:- insert the output of a command within a command

Command substitution is the mechanism by which the shell performs a given set of commands and then substitutes their output in the place of the commands. Syntax:- `command` Eg: USERS=`who | wc –l` Echo “Logged in user are $USERS

Unit-1
Teaching Hours:15
Introduction
 

Introduction: What operating systems do?, Computer System computer , Operating System Structure, Operating System Operations, Process Management, Memory Management, Storage Management, Protection and Security; System Structures: Operating System Services, User Operating System Interface, System Calls, Types of System Calls.

 

Experiment 1:  Shell programming

a. command syntax (DATE, CAL, ECHO, CLEAR, WHO, CAT, PWD, MKDIR, CD, LS, RM, TR, HEAD, MORE , SORT, GREP, etc..)

b. write simple functions (Create a user defined function that include special

commands. Eg: list () { ls | less; })

c. basic tests (simple if-fi, if-else-fi, if-elif…fi, while, for, case-esac )

 

Experiment 2:  Shell programming

a. expansions (generate two or more commands from a single typed command.)

Eg: Mkdir college/jan

Mkdir college/feb

Mkdir college/Mar

Mkdir college

Mkdir college/{jan,feb,Mar}

b. substitutions:- insert the output of a command within a command

Command substitution is the mechanism by which the shell performs a given set of commands and then substitutes their output in the place of the commands. Syntax:- `command` Eg: USERS=`who | wc –l` Echo “Logged in user are $USERS

Unit-1
Teaching Hours:15
Introduction
 

Introduction: What operating systems do?, Computer System computer , Operating System Structure, Operating System Operations, Process Management, Memory Management, Storage Management, Protection and Security; System Structures: Operating System Services, User Operating System Interface, System Calls, Types of System Calls.

 

Experiment 1:  Shell programming

a. command syntax (DATE, CAL, ECHO, CLEAR, WHO, CAT, PWD, MKDIR, CD, LS, RM, TR, HEAD, MORE , SORT, GREP, etc..)

b. write simple functions (Create a user defined function that include special

commands. Eg: list () { ls | less; })

c. basic tests (simple if-fi, if-else-fi, if-elif…fi, while, for, case-esac )

 

Experiment 2:  Shell programming

a. expansions (generate two or more commands from a single typed command.)

Eg: Mkdir college/jan

Mkdir college/feb

Mkdir college/Mar

Mkdir college

Mkdir college/{jan,feb,Mar}

b. substitutions:- insert the output of a command within a command

Command substitution is the mechanism by which the shell performs a given set of commands and then substitutes their output in the place of the commands. Syntax:- `command` Eg: USERS=`who | wc –l` Echo “Logged in user are $USERS

Unit-2
Teaching Hours:15
Process Management
 

Process Management: Process Concept, Process Scheduling, Operations on Processes, Inter-process Communication; Threads: Overview, Multithreading Models, Thread Libraries; CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple- Processor Scheduling

 

Experiment 3: Write programs using system calls( fork( ),exit( ),getpid( ), sleep( ) ) of UNIX operating system.

Experiment 4: Write programs using the I/O system calls ( opendir( ),closedir( ), readdir( ) )of UNIX operating system.

Unit-2
Teaching Hours:15
Process Management
 

Process Management: Process Concept, Process Scheduling, Operations on Processes, Inter-process Communication; Threads: Overview, Multithreading Models, Thread Libraries; CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple- Processor Scheduling

 

Experiment 3: Write programs using system calls( fork( ),exit( ),getpid( ), sleep( ) ) of UNIX operating system.

Experiment 4: Write programs using the I/O system calls ( opendir( ),closedir( ), readdir( ) )of UNIX operating system.

Unit-2
Teaching Hours:15
Process Management
 

Process Management: Process Concept, Process Scheduling, Operations on Processes, Inter-process Communication; Threads: Overview, Multithreading Models, Thread Libraries; CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple- Processor Scheduling

 

Experiment 3: Write programs using system calls( fork( ),exit( ),getpid( ), sleep( ) ) of UNIX operating system.

Experiment 4: Write programs using the I/O system calls ( opendir( ),closedir( ), readdir( ) )of UNIX operating system.

Unit-2
Teaching Hours:15
Process Management
 

Process Management: Process Concept, Process Scheduling, Operations on Processes, Inter-process Communication; Threads: Overview, Multithreading Models, Thread Libraries; CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple- Processor Scheduling

 

Experiment 3: Write programs using system calls( fork( ),exit( ),getpid( ), sleep( ) ) of UNIX operating system.

Experiment 4: Write programs using the I/O system calls ( opendir( ),closedir( ), readdir( ) )of UNIX operating system.

Unit-2
Teaching Hours:15
Process Management
 

Process Management: Process Concept, Process Scheduling, Operations on Processes, Inter-process Communication; Threads: Overview, Multithreading Models, Thread Libraries; CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple- Processor Scheduling

 

Experiment 3: Write programs using system calls( fork( ),exit( ),getpid( ), sleep( ) ) of UNIX operating system.

Experiment 4: Write programs using the I/O system calls ( opendir( ),closedir( ), readdir( ) )of UNIX operating system.

Unit-2
Teaching Hours:15
Process Management
 

Process Management: Process Concept, Process Scheduling, Operations on Processes, Inter-process Communication; Threads: Overview, Multithreading Models, Thread Libraries; CPU Scheduling: Basic Concepts, Scheduling Criteria, Scheduling Algorithms, Multiple- Processor Scheduling

 

Experiment 3: Write programs using system calls( fork( ),exit( ),getpid( ), sleep( ) ) of UNIX operating system.

Experiment 4: Write programs using the I/O system calls ( opendir( ),closedir( ), readdir( ) )of UNIX operating system.

Unit-3
Teaching Hours:15
Unit 3: Process Synchronization and Deadlocks
 

Process Synchronization: Background, The Critical Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classical Problems of Synchronization, Monitors, Synchronization Examples, Deadlocks.

 

Experiment 5: Implement the following CPU scheduling algorithm compute average waiting time and average turnaround time. 

a.       FCFS 

b.     Round Robin 

c.     Shortest Job First 

d.      Priority

 

Experiment 6: Implement the Inter Process Communication. (Creation of Shared memory Segment/Semaphores).

Unit-3
Teaching Hours:15
Unit 3: Process Synchronization and Deadlocks
 

Process Synchronization: Background, The Critical Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classical Problems of Synchronization, Monitors, Synchronization Examples, Deadlocks.

 

Experiment 5: Implement the following CPU scheduling algorithm compute average waiting time and average turnaround time. 

a.       FCFS 

b.     Round Robin 

c.     Shortest Job First 

d.      Priority

 

Experiment 6: Implement the Inter Process Communication. (Creation of Shared memory Segment/Semaphores).

Unit-3
Teaching Hours:15
Unit 3: Process Synchronization and Deadlocks
 

Process Synchronization: Background, The Critical Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classical Problems of Synchronization, Monitors, Synchronization Examples, Deadlocks.

 

Experiment 5: Implement the following CPU scheduling algorithm compute average waiting time and average turnaround time. 

a.       FCFS 

b.     Round Robin 

c.     Shortest Job First 

d.      Priority

 

Experiment 6: Implement the Inter Process Communication. (Creation of Shared memory Segment/Semaphores).

Unit-3
Teaching Hours:15
Unit 3: Process Synchronization and Deadlocks
 

Process Synchronization: Background, The Critical Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classical Problems of Synchronization, Monitors, Synchronization Examples, Deadlocks.

 

Experiment 5: Implement the following CPU scheduling algorithm compute average waiting time and average turnaround time. 

a.       FCFS 

b.     Round Robin 

c.     Shortest Job First 

d.      Priority

 

Experiment 6: Implement the Inter Process Communication. (Creation of Shared memory Segment/Semaphores).

Unit-3
Teaching Hours:15
Unit 3: Process Synchronization and Deadlocks
 

Process Synchronization: Background, The Critical Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classical Problems of Synchronization, Monitors, Synchronization Examples, Deadlocks.

 

Experiment 5: Implement the following CPU scheduling algorithm compute average waiting time and average turnaround time. 

a.       FCFS 

b.     Round Robin 

c.     Shortest Job First 

d.      Priority

 

Experiment 6: Implement the Inter Process Communication. (Creation of Shared memory Segment/Semaphores).

Unit-3
Teaching Hours:15
Unit 3: Process Synchronization and Deadlocks
 

Process Synchronization: Background, The Critical Section Problem, Peterson’s Solution, Synchronization Hardware, Semaphores, Classical Problems of Synchronization, Monitors, Synchronization Examples, Deadlocks.

 

Experiment 5: Implement the following CPU scheduling algorithm compute average waiting time and average turnaround time. 

a.       FCFS 

b.     Round Robin 

c.     Shortest Job First 

d.      Priority

 

Experiment 6: Implement the Inter Process Communication. (Creation of Shared memory Segment/Semaphores).

Unit-4
Teaching Hours:15
Memory Management and Virtual Memory
 

Memory Management: Background, Swapping, Contiguous Memory Allocation, Paging. Virtual Memory : Background, Demand Paging, Copy on Write, Page Replacement, Allocation of frames, Thrashing, Allocating Kernel Memory.

 

Experiment 7: Implement Bankers Algorithm

Experiment 8: Implement some memory management schemes -I

Unit-4
Teaching Hours:15
Memory Management and Virtual Memory
 

Memory Management: Background, Swapping, Contiguous Memory Allocation, Paging. Virtual Memory : Background, Demand Paging, Copy on Write, Page Replacement, Allocation of frames, Thrashing, Allocating Kernel Memory.

 

Experiment 7: Implement Bankers Algorithm

Experiment 8: Implement some memory management schemes -I

Unit-4
Teaching Hours:15
Memory Management and Virtual Memory
 

Memory Management: Background, Swapping, Contiguous Memory Allocation, Paging. Virtual Memory : Background, Demand Paging, Copy on Write, Page Replacement, Allocation of frames, Thrashing, Allocating Kernel Memory.

 

Experiment 7: Implement Bankers Algorithm

Experiment 8: Implement some memory management schemes -I

Unit-4
Teaching Hours:15
Memory Management and Virtual Memory
 

Memory Management: Background, Swapping, Contiguous Memory Allocation, Paging. Virtual Memory : Background, Demand Paging, Copy on Write, Page Replacement, Allocation of frames, Thrashing, Allocating Kernel Memory.

 

Experiment 7: Implement Bankers Algorithm

Experiment 8: Implement some memory management schemes -I

Unit-4
Teaching Hours:15
Memory Management and Virtual Memory
 

Memory Management: Background, Swapping, Contiguous Memory Allocation, Paging. Virtual Memory : Background, Demand Paging, Copy on Write, Page Replacement, Allocation of frames, Thrashing, Allocating Kernel Memory.

 

Experiment 7: Implement Bankers Algorithm

Experiment 8: Implement some memory management schemes -I

Unit-4
Teaching Hours:15
Memory Management and Virtual Memory
 

Memory Management: Background, Swapping, Contiguous Memory Allocation, Paging. Virtual Memory : Background, Demand Paging, Copy on Write, Page Replacement, Allocation of frames, Thrashing, Allocating Kernel Memory.

 

Experiment 7: Implement Bankers Algorithm

Experiment 8: Implement some memory management schemes -I

Unit-5
Teaching Hours:15
File System Interface and File System Implementation & Mass Storage Structure
 

File System Interface: File System: File Concept, Access Methods, Directory Structure, File System Mounting, File Sharing, Protection. File System Implementation & Mass Storage Structure: Implementing File Systems: File System Structure, File System Implementation, Directory Implementation, Allocation Methods, Free Space Management. Disk structure, Disk Attachment, Disk Scheduling Methods, Disk Management, Swap-Space Management.

 

Experiment 9: Implement some memory management schemes – II.

Unit-5
Teaching Hours:15
File System Interface and File System Implementation & Mass Storage Structure
 

File System Interface: File System: File Concept, Access Methods, Directory Structure, File System Mounting, File Sharing, Protection. File System Implementation & Mass Storage Structure: Implementing File Systems: File System Structure, File System Implementation, Directory Implementation, Allocation Methods, Free Space Management. Disk structure, Disk Attachment, Disk Scheduling Methods, Disk Management, Swap-Space Management.

 

Experiment 9: Implement some memory management schemes – II.

Unit-5
Teaching Hours:15
File System Interface and File System Implementation & Mass Storage Structure
 

File System Interface: File System: File Concept, Access Methods, Directory Structure, File System Mounting, File Sharing, Protection. File System Implementation & Mass Storage Structure: Implementing File Systems: File System Structure, File System Implementation, Directory Implementation, Allocation Methods, Free Space Management. Disk structure, Disk Attachment, Disk Scheduling Methods, Disk Management, Swap-Space Management.

 

Experiment 9: Implement some memory management schemes – II.

Unit-5
Teaching Hours:15
File System Interface and File System Implementation & Mass Storage Structure
 

File System Interface: File System: File Concept, Access Methods, Directory Structure, File System Mounting, File Sharing, Protection. File System Implementation & Mass Storage Structure: Implementing File Systems: File System Structure, File System Implementation, Directory Implementation, Allocation Methods, Free Space Management. Disk structure, Disk Attachment, Disk Scheduling Methods, Disk Management, Swap-Space Management.

 

Experiment 9: Implement some memory management schemes – II.

Unit-5
Teaching Hours:15
File System Interface and File System Implementation & Mass Storage Structure
 

File System Interface: File System: File Concept, Access Methods, Directory Structure, File System Mounting, File Sharing, Protection. File System Implementation & Mass Storage Structure: Implementing File Systems: File System Structure, File System Implementation, Directory Implementation, Allocation Methods, Free Space Management. Disk structure, Disk Attachment, Disk Scheduling Methods, Disk Management, Swap-Space Management.

 

Experiment 9: Implement some memory management schemes – II.

Unit-5
Teaching Hours:15
File System Interface and File System Implementation & Mass Storage Structure
 

File System Interface: File System: File Concept, Access Methods, Directory Structure, File System Mounting, File Sharing, Protection. File System Implementation & Mass Storage Structure: Implementing File Systems: File System Structure, File System Implementation, Directory Implementation, Allocation Methods, Free Space Management. Disk structure, Disk Attachment, Disk Scheduling Methods, Disk Management, Swap-Space Management.

 

Experiment 9: Implement some memory management schemes – II.

Text Books And Reference Books:

T1. Abraham Silberschatz, , Peter Baer Galvin and Greg Gagne “Operating System Concepts”, John Wiley & Sons (ASIA) Pvt. Ltd, Tenth Edition ,2018.

T2. Harvey M. Deitel, “Operating Systems”, Pearson Education Pvt. Ltd, Third Edition, 2008.

Essential Reading / Recommended Reading

R1. Andrew S. Tanenbaum, “Modern Operating Systems”, Prentice Hall of India Pvt. Ltd, Fourth Edition 2016.

R2. William Stallings, “Operating System- Internals and Design Principles”, Pearson Education, Nineth Edition, 2018.

R3. Pramod Chandra P. Bhatt – “An Introduction to Operating Systems, Concepts and Practice”, PHI, Fifth Edition, 2019.

Evaluation Pattern

Courses with 4 credits(Theory & Practical’s)

       CIA 1 – 20 Marks

       CIA 2 – 50 Marks

       CIA 3 – 20 Marks

       Practical – 50 Marks

       End Semester Examination – 100 Marks

       Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSE433P - DATA BASE MANAGEMENT SYSTEM (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

 The objective of the course is to present an introduction to database management systems, with an emphasis on how to organize, maintain and retrieve - efficiently, and effectively - information from a DBMS. This course addresses the local application needs. The course helps in skill development and employability. 

 

Course Objective:

  1. To learn the fundamentals of data models and to conceptualize and depict a database system using ER diagram. 
  2. To make a study of SQL and relational database design. 
  3. To have an introductory knowledge about the emerging trends in the area of distributed DB and implement the design of the tables in DBMS. To write queries to get optimized outputs
  4. To understand the internal storage structures using different file and indexing techniques which will help in physical DB design. 
  5. To know the fundamental concepts of transaction processing- concurrency control techniques and recovery procedure.

Learning Outcome

CO1: Apply the Concepts of Entity-Relationship (E-R) model for the given application

CO2: Identify Normalisation principles to create and manipulate relational databases

CO3: Apply the concepts of Non-Relational Models

CO4: Examine different file organization concepts for data storage in Relational databases.

CO5: Utilize the transaction management principles on relational databases

Unit-1
Teaching Hours:13
Introduction and Conceptual Modeling
 

Introduction to File and Database systems- Database system structure – Data Models – Introduction to Network and Hierarchical Models – ER model – Relational Model – Relational Algebra.

 

Experiment 1: Database design using E-R model and its components.

Unit-1
Teaching Hours:13
Introduction and Conceptual Modeling
 

Introduction to File and Database systems- Database system structure – Data Models – Introduction to Network and Hierarchical Models – ER model – Relational Model – Relational Algebra.

 

Experiment 1: Database design using E-R model and its components.

Unit-1
Teaching Hours:13
Introduction and Conceptual Modeling
 

Introduction to File and Database systems- Database system structure – Data Models – Introduction to Network and Hierarchical Models – ER model – Relational Model – Relational Algebra.

 

Experiment 1: Database design using E-R model and its components.

Unit-1
Teaching Hours:13
Introduction and Conceptual Modeling
 

Introduction to File and Database systems- Database system structure – Data Models – Introduction to Network and Hierarchical Models – ER model – Relational Model – Relational Algebra.

 

Experiment 1: Database design using E-R model and its components.

Unit-1
Teaching Hours:13
Introduction and Conceptual Modeling
 

Introduction to File and Database systems- Database system structure – Data Models – Introduction to Network and Hierarchical Models – ER model – Relational Model – Relational Algebra.

 

Experiment 1: Database design using E-R model and its components.

Unit-2
Teaching Hours:17
RELATIONAL MODEL
 

SQL – Data definition- Queries in SQL- Updates- Views – Integrity and Security – Relational Database design – Functional dependencies and Normalization for Relational Databases (up to BCNF).

 

Experiment 2:  DDL, DML, and DCL commands in RDBMS

Experiment 3: Normalization and Implementation of Joins and Views

Experiment 4: High-level language extension with Cursors and Triggers

Unit-2
Teaching Hours:17
RELATIONAL MODEL
 

SQL – Data definition- Queries in SQL- Updates- Views – Integrity and Security – Relational Database design – Functional dependencies and Normalization for Relational Databases (up to BCNF).

 

Experiment 2:  DDL, DML, and DCL commands in RDBMS

Experiment 3: Normalization and Implementation of Joins and Views

Experiment 4: High-level language extension with Cursors and Triggers

Unit-2
Teaching Hours:17
RELATIONAL MODEL
 

SQL – Data definition- Queries in SQL- Updates- Views – Integrity and Security – Relational Database design – Functional dependencies and Normalization for Relational Databases (up to BCNF).

 

Experiment 2:  DDL, DML, and DCL commands in RDBMS

Experiment 3: Normalization and Implementation of Joins and Views

Experiment 4: High-level language extension with Cursors and Triggers

Unit-2
Teaching Hours:17
RELATIONAL MODEL
 

SQL – Data definition- Queries in SQL- Updates- Views – Integrity and Security – Relational Database design – Functional dependencies and Normalization for Relational Databases (up to BCNF).

 

Experiment 2:  DDL, DML, and DCL commands in RDBMS

Experiment 3: Normalization and Implementation of Joins and Views

Experiment 4: High-level language extension with Cursors and Triggers

Unit-2
Teaching Hours:17
RELATIONAL MODEL
 

SQL – Data definition- Queries in SQL- Updates- Views – Integrity and Security – Relational Database design – Functional dependencies and Normalization for Relational Databases (up to BCNF).

 

Experiment 2:  DDL, DML, and DCL commands in RDBMS

Experiment 3: Normalization and Implementation of Joins and Views

Experiment 4: High-level language extension with Cursors and Triggers

Unit-3
Teaching Hours:13
DATA STORAGE AND QUERY PROCESSING
 

Introduction to NOSQL Systems, The CAP Theorem, Document-Based NOSQL Systems and MongoDB, NOSQL Key-Value Stores, Column-Based or Wide Column NOSQL Systems, NOSQL Graph Databases and Neo4j

 

Experiment 5: No Sql using monogoDB 

Unit-3
Teaching Hours:13
DATA STORAGE AND QUERY PROCESSING
 

Introduction to NOSQL Systems, The CAP Theorem, Document-Based NOSQL Systems and MongoDB, NOSQL Key-Value Stores, Column-Based or Wide Column NOSQL Systems, NOSQL Graph Databases and Neo4j

 

Experiment 5: No Sql using monogoDB 

Unit-3
Teaching Hours:13
DATA STORAGE AND QUERY PROCESSING
 

Introduction to NOSQL Systems, The CAP Theorem, Document-Based NOSQL Systems and MongoDB, NOSQL Key-Value Stores, Column-Based or Wide Column NOSQL Systems, NOSQL Graph Databases and Neo4j

 

Experiment 5: No Sql using monogoDB 

Unit-3
Teaching Hours:13
DATA STORAGE AND QUERY PROCESSING
 

Introduction to NOSQL Systems, The CAP Theorem, Document-Based NOSQL Systems and MongoDB, NOSQL Key-Value Stores, Column-Based or Wide Column NOSQL Systems, NOSQL Graph Databases and Neo4j

 

Experiment 5: No Sql using monogoDB 

Unit-3
Teaching Hours:13
DATA STORAGE AND QUERY PROCESSING
 

Introduction to NOSQL Systems, The CAP Theorem, Document-Based NOSQL Systems and MongoDB, NOSQL Key-Value Stores, Column-Based or Wide Column NOSQL Systems, NOSQL Graph Databases and Neo4j

 

Experiment 5: No Sql using monogoDB 

Unit-4
Teaching Hours:9
STORAGE MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

Unit-4
Teaching Hours:9
STORAGE MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

Unit-4
Teaching Hours:9
STORAGE MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

Unit-4
Teaching Hours:9
STORAGE MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

Unit-4
Teaching Hours:9
STORAGE MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

Unit-5
Teaching Hours:13
TRANSACTION MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

 

Experiment 6: Mini Project

Unit-5
Teaching Hours:13
TRANSACTION MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

 

Experiment 6: Mini Project

Unit-5
Teaching Hours:13
TRANSACTION MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

 

Experiment 6: Mini Project

Unit-5
Teaching Hours:13
TRANSACTION MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

 

Experiment 6: Mini Project

Unit-5
Teaching Hours:13
TRANSACTION MANAGEMENT
 

Record storage and Primary file organization- Secondary storage Devices- Operations on Files-Heap File- Sorted Files- Hashing Techniques – Index Structure for files –Different types of Indexes- B-Tree – B+ Tree – Query Processing.

 

Experiment 6: Mini Project

Text Books And Reference Books:

T1: Abraham Silberschatz, Henry F. Korth and S. Sudarshan- “Database System Concepts”, Seventh Edition, McGraw-Hill, 2021.

Essential Reading / Recommended Reading

Andreas Meier · Michael Kaufmann "SQL & NoSQL Databases", Springer -2019.

http://db-book.com/db6/slide-dir

Evaluation Pattern

Courses with 4 credits(Theory & Practical’s)

       CIA 1 – 20 Marks

       CIA 2 – 50 Marks

       CIA 3 – 20 Marks

       Practical – 50 Marks

       End Semester Examination – 100 Marks

       Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSE434P - COMPUTER NETWORKS (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

This course describes an overview of the concepts in Computer Networks and the functionality of Protocols used in OSI and TCP/IP layered architecture. The course will focus on the design, implementation, analysis, and evaluation of large-scale networked systems. The structure of this course is designed specifically for the students to understand the fundamentals of networks theoretically and to acquire practical Hands-on skills on working with various protocols and networking devices in the TCP/IP Model. This course describes an overview on the future modern networking technologies and the requirements that have evolved for the future networking environment. At the end of the course, the students find themselves comfortable in taking either of the direction- industrial job or further research in networking.

 

Course Objective:

The objective of the course is to understand

1. Basic functionality of OSI and TCP/IP architecture

2. Protocol functionality of TCP/IP Model

3. Analysis of different MAC, IP, Routing, Transport, and application layer protocols.

4. Requirements for the future Internet and its impact on the computer network architecture

Learning Outcome

CO1: Explain the TCP/IP architecture and functionalities of each layer.

CO2: Identify and Experiment with the suitable MAC Protocol for flow control and error control mechanism in Data link layer.

CO3: Compare the IP Addressing scheme and analyze the working principle of Routing Protocols in the network layer.

CO4: Analyze the Transport layer protocols and the principal functions that operates over an unreliable network service.

CO5: Analyze the functionality of the various Application layer protocols and outline key elements of a Modern Networking.

Unit-1
Teaching Hours:16
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

 

Experiment 1: Study of various Networking Tools

Experiment 2: Simulating a Local Area Network

Unit-1
Teaching Hours:16
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

 

Experiment 1: Study of various Networking Tools

Experiment 2: Simulating a Local Area Network

Unit-1
Teaching Hours:16
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

 

Experiment 1: Study of various Networking Tools

Experiment 2: Simulating a Local Area Network

Unit-1
Teaching Hours:16
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

 

Experiment 1: Study of various Networking Tools

Experiment 2: Simulating a Local Area Network

Unit-1
Teaching Hours:16
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

 

Experiment 1: Study of various Networking Tools

Experiment 2: Simulating a Local Area Network

Unit-1
Teaching Hours:16
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

 

Experiment 1: Study of various Networking Tools

Experiment 2: Simulating a Local Area Network

Unit-2
Teaching Hours:14
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

 

Experiment 3: Implementation of stop and wait

Experiment 4: Implementation of CRC method for Error detection.

Unit-2
Teaching Hours:14
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

 

Experiment 3: Implementation of stop and wait

Experiment 4: Implementation of CRC method for Error detection.

Unit-2
Teaching Hours:14
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

 

Experiment 3: Implementation of stop and wait

Experiment 4: Implementation of CRC method for Error detection.

Unit-2
Teaching Hours:14
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

 

Experiment 3: Implementation of stop and wait

Experiment 4: Implementation of CRC method for Error detection.

Unit-2
Teaching Hours:14
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

 

Experiment 3: Implementation of stop and wait

Experiment 4: Implementation of CRC method for Error detection.

Unit-2
Teaching Hours:14
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

 

Experiment 3: Implementation of stop and wait

Experiment 4: Implementation of CRC method for Error detection.

Unit-3
Teaching Hours:17
Network Layer
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF.

 

Experiment 5: Implementation of RIP routing Protocol

Experiment 6: Implementation of OSPF routing Protocol

Unit-3
Teaching Hours:17
Network Layer
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF.

 

Experiment 5: Implementation of RIP routing Protocol

Experiment 6: Implementation of OSPF routing Protocol

Unit-3
Teaching Hours:17
Network Layer
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF.

 

Experiment 5: Implementation of RIP routing Protocol

Experiment 6: Implementation of OSPF routing Protocol

Unit-3
Teaching Hours:17
Network Layer
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF.

 

Experiment 5: Implementation of RIP routing Protocol

Experiment 6: Implementation of OSPF routing Protocol

Unit-3
Teaching Hours:17
Network Layer
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF.

 

Experiment 5: Implementation of RIP routing Protocol

Experiment 6: Implementation of OSPF routing Protocol

Unit-3
Teaching Hours:17
Network Layer
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF.

 

Experiment 5: Implementation of RIP routing Protocol

Experiment 6: Implementation of OSPF routing Protocol

Unit-4
Teaching Hours:14
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

 

Experiment 7: Socket Programming: Implementation of UDP protocol client server Communication

Experiment 8: Socket Programming: Implementation of TCP Protocol for client server Communication

Unit-4
Teaching Hours:14
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

 

Experiment 7: Socket Programming: Implementation of UDP protocol client server Communication

Experiment 8: Socket Programming: Implementation of TCP Protocol for client server Communication

Unit-4
Teaching Hours:14
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

 

Experiment 7: Socket Programming: Implementation of UDP protocol client server Communication

Experiment 8: Socket Programming: Implementation of TCP Protocol for client server Communication

Unit-4
Teaching Hours:14
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

 

Experiment 7: Socket Programming: Implementation of UDP protocol client server Communication

Experiment 8: Socket Programming: Implementation of TCP Protocol for client server Communication

Unit-4
Teaching Hours:14
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

 

Experiment 7: Socket Programming: Implementation of UDP protocol client server Communication

Experiment 8: Socket Programming: Implementation of TCP Protocol for client server Communication

Unit-4
Teaching Hours:14
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

 

Experiment 7: Socket Programming: Implementation of UDP protocol client server Communication

Experiment 8: Socket Programming: Implementation of TCP Protocol for client server Communication

Unit-5
Teaching Hours:14
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

 

Experiment 9: Implementation of SMTP and FTP protocol.

Experiment 10. Implementation of DHCP protocol.

Unit-5
Teaching Hours:14
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

 

Experiment 9: Implementation of SMTP and FTP protocol.

Experiment 10. Implementation of DHCP protocol.

Unit-5
Teaching Hours:14
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

 

Experiment 9: Implementation of SMTP and FTP protocol.

Experiment 10. Implementation of DHCP protocol.

Unit-5
Teaching Hours:14
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

 

Experiment 9: Implementation of SMTP and FTP protocol.

Experiment 10. Implementation of DHCP protocol.

Unit-5
Teaching Hours:14
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

 

Experiment 9: Implementation of SMTP and FTP protocol.

Experiment 10. Implementation of DHCP protocol.

Unit-5
Teaching Hours:14
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

 

Experiment 9: Implementation of SMTP and FTP protocol.

Experiment 10. Implementation of DHCP protocol.

Text Books And Reference Books:

T1. Forouzan, B. A. (2021). Data communications and networking (6th ed.). New York, NY: McGraw-Hill. Type: Textbook. ISBN: 978-1-260-59782-0

Essential Reading / Recommended Reading

R1. William Stallings. (2014) Data and Computer Communications 10th Edition Pearson Education ISBN 13: 978-1-29-201438-8

R2. Larry L. Peterson, Bruce S. Davie, Computer Networks (2021): A Systems Approach (The Morgan Kaufmann Series in Networking), Morgan Kaufmann. ISBN- 9780128182000

Evaluation Pattern

Courses with 4 credits(Theory & Practical’s)

       CIA 1 – 20 Marks

       CIA 2 – 50 Marks

       CIA 3 – 20 Marks

       Practical – 50 Marks

       End Semester Examination – 100 Marks

       Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSE452 - PYTHON PROGRAMMING (2023 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:50
Credits:2

Course Objectives/Course Description

 

Course Description:  

The Python programming language is introduced in this course.  Basic programming ideas including variables, functions, loops, conditionals, and data structures are taught to the students.  Students who complete this course receive an understanding of the numerous tools available for writing and running Python Codes.  In addition, it offers practical coding assignments that involve creating custom functions, reading and writing to files, and utilizing widely used data structures.

 

Course Objectives:

1.     To understand the fundamentals of Python Programming.

2.   To apply Python Programming Constructs for solving real life problems in the domain of engineering, business, health care, and other social applications.

Learning Outcome

CO1: Summarise the fundamentals of Python Programming Constructs for problem solving.

CO2: Demonstrate the use of control flow and Functions for solving problems.

CO3: Utilize List, Modules and Packages to develop solutions for real life problems.

CO4: Model solutions of real-life use cases using Files, Modules and Packages through data processing and analysis.

CO5: Analyze, visualize and perform predictive modeling of data using Python.

Unit-1
Teaching Hours:9
INTRODUCTION TO PYTHON
 

Installing a complete Python environment, Python Introduction, Keywords and Identifiers, Statements and comments, Python Data types, Python I/O and import, Python Operators, Basic Mathematics, Variables, Strings and text, Interacting with users. Illustrative Programs using Variables and Data Types: Numeric, Lists, Strings, tuples, Sets, and Dictionary; Illustrative Programs using Operators:  Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, and Identity.

 

List of Experiments:

1.     Print “Hello World”

2.     Simple Mathematical Calculator

3.     Area of Triangle

4.     Find Square Root

5.     Swap the contents of two Variables

6.     Generate Random Number

7.     Convert Kilo meters to Meters

8.     Convert Celsius to Fahrenheit

9.     Calculate Salary of an Employee

10.   Find Simple Interest

11.   To accept the marks of 3 subjects and hence find the percentage scored

12.   Simple Exercises on Lists, Strings, Sets and Dictionary

Unit-1
Teaching Hours:9
INTRODUCTION TO PYTHON
 

Installing a complete Python environment, Python Introduction, Keywords and Identifiers, Statements and comments, Python Data types, Python I/O and import, Python Operators, Basic Mathematics, Variables, Strings and text, Interacting with users. Illustrative Programs using Variables and Data Types: Numeric, Lists, Strings, tuples, Sets, and Dictionary; Illustrative Programs using Operators:  Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, and Identity.

 

List of Experiments:

1.     Print “Hello World”

2.     Simple Mathematical Calculator

3.     Area of Triangle

4.     Find Square Root

5.     Swap the contents of two Variables

6.     Generate Random Number

7.     Convert Kilo meters to Meters

8.     Convert Celsius to Fahrenheit

9.     Calculate Salary of an Employee

10.   Find Simple Interest

11.   To accept the marks of 3 subjects and hence find the percentage scored

12.   Simple Exercises on Lists, Strings, Sets and Dictionary

Unit-1
Teaching Hours:9
INTRODUCTION TO PYTHON
 

Installing a complete Python environment, Python Introduction, Keywords and Identifiers, Statements and comments, Python Data types, Python I/O and import, Python Operators, Basic Mathematics, Variables, Strings and text, Interacting with users. Illustrative Programs using Variables and Data Types: Numeric, Lists, Strings, tuples, Sets, and Dictionary; Illustrative Programs using Operators:  Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, and Identity.

 

List of Experiments:

1.     Print “Hello World”

2.     Simple Mathematical Calculator

3.     Area of Triangle

4.     Find Square Root

5.     Swap the contents of two Variables

6.     Generate Random Number

7.     Convert Kilo meters to Meters

8.     Convert Celsius to Fahrenheit

9.     Calculate Salary of an Employee

10.   Find Simple Interest

11.   To accept the marks of 3 subjects and hence find the percentage scored

12.   Simple Exercises on Lists, Strings, Sets and Dictionary

Unit-1
Teaching Hours:9
INTRODUCTION TO PYTHON
 

Installing a complete Python environment, Python Introduction, Keywords and Identifiers, Statements and comments, Python Data types, Python I/O and import, Python Operators, Basic Mathematics, Variables, Strings and text, Interacting with users. Illustrative Programs using Variables and Data Types: Numeric, Lists, Strings, tuples, Sets, and Dictionary; Illustrative Programs using Operators:  Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, and Identity.

 

List of Experiments:

1.     Print “Hello World”

2.     Simple Mathematical Calculator

3.     Area of Triangle

4.     Find Square Root

5.     Swap the contents of two Variables

6.     Generate Random Number

7.     Convert Kilo meters to Meters

8.     Convert Celsius to Fahrenheit

9.     Calculate Salary of an Employee

10.   Find Simple Interest

11.   To accept the marks of 3 subjects and hence find the percentage scored

12.   Simple Exercises on Lists, Strings, Sets and Dictionary

Unit-1
Teaching Hours:9
INTRODUCTION TO PYTHON
 

Installing a complete Python environment, Python Introduction, Keywords and Identifiers, Statements and comments, Python Data types, Python I/O and import, Python Operators, Basic Mathematics, Variables, Strings and text, Interacting with users. Illustrative Programs using Variables and Data Types: Numeric, Lists, Strings, tuples, Sets, and Dictionary; Illustrative Programs using Operators:  Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, and Identity.

 

List of Experiments:

1.     Print “Hello World”

2.     Simple Mathematical Calculator

3.     Area of Triangle

4.     Find Square Root

5.     Swap the contents of two Variables

6.     Generate Random Number

7.     Convert Kilo meters to Meters

8.     Convert Celsius to Fahrenheit

9.     Calculate Salary of an Employee

10.   Find Simple Interest

11.   To accept the marks of 3 subjects and hence find the percentage scored

12.   Simple Exercises on Lists, Strings, Sets and Dictionary

Unit-1
Teaching Hours:9
INTRODUCTION TO PYTHON
 

Installing a complete Python environment, Python Introduction, Keywords and Identifiers, Statements and comments, Python Data types, Python I/O and import, Python Operators, Basic Mathematics, Variables, Strings and text, Interacting with users. Illustrative Programs using Variables and Data Types: Numeric, Lists, Strings, tuples, Sets, and Dictionary; Illustrative Programs using Operators:  Arithmetic, Comparison, Assignment, Logical, Bitwise, Membership, and Identity.

 

List of Experiments:

1.     Print “Hello World”

2.     Simple Mathematical Calculator

3.     Area of Triangle

4.     Find Square Root

5.     Swap the contents of two Variables

6.     Generate Random Number

7.     Convert Kilo meters to Meters

8.     Convert Celsius to Fahrenheit

9.     Calculate Salary of an Employee

10.   Find Simple Interest

11.   To accept the marks of 3 subjects and hence find the percentage scored

12.   Simple Exercises on Lists, Strings, Sets and Dictionary

Unit-2
Teaching Hours:9
CONTROL FLOW AND FUNCTIONS
 

Looping and logic, Python Flow Control, if-else, for loop, while loop, break and continue, Illustrative programs, Python Functions, Python Functions, function argument, python recursion, python module, python package. Illustrative Programs using Conditional Statements:  If, Elif and Else; Loops:  While, for and nested loops; Functions

 

List of Experiments:

1.     Check whether a given number of Odd or Even

2.     Smallest of three Numbers

3.     Whether a given Number is Positive, Negative or Zero.

4.     Solve Quadratic Equation

5.     Prime Number or not

6.     Print all Prime Numbers in an Interval

7.     Factorial of a Number

8.     Fibonacci Series

9.     Sum of Natural Numbers

10.   Convert Decimal to Binary, Octal and Hexadecimal

11.   GCD and LCM

12.   Find the Factors of a Number

13.   Matrix Multiplication using Functions

14.   Transpose of a Matrix using Functions

15.   Remove Punctuations from a String

16.   Concatenate two Strings using Functions

17.   nCr using Recursion (Binomial Coefficient)

18.   Decimal to Binary Conversion using Recursion

Unit-2
Teaching Hours:9
CONTROL FLOW AND FUNCTIONS
 

Looping and logic, Python Flow Control, if-else, for loop, while loop, break and continue, Illustrative programs, Python Functions, Python Functions, function argument, python recursion, python module, python package. Illustrative Programs using Conditional Statements:  If, Elif and Else; Loops:  While, for and nested loops; Functions

 

List of Experiments:

1.     Check whether a given number of Odd or Even

2.     Smallest of three Numbers

3.     Whether a given Number is Positive, Negative or Zero.

4.     Solve Quadratic Equation

5.     Prime Number or not

6.     Print all Prime Numbers in an Interval

7.     Factorial of a Number

8.     Fibonacci Series

9.     Sum of Natural Numbers

10.   Convert Decimal to Binary, Octal and Hexadecimal

11.   GCD and LCM

12.   Find the Factors of a Number

13.   Matrix Multiplication using Functions

14.   Transpose of a Matrix using Functions

15.   Remove Punctuations from a String

16.   Concatenate two Strings using Functions

17.   nCr using Recursion (Binomial Coefficient)

18.   Decimal to Binary Conversion using Recursion

Unit-2
Teaching Hours:9
CONTROL FLOW AND FUNCTIONS
 

Looping and logic, Python Flow Control, if-else, for loop, while loop, break and continue, Illustrative programs, Python Functions, Python Functions, function argument, python recursion, python module, python package. Illustrative Programs using Conditional Statements:  If, Elif and Else; Loops:  While, for and nested loops; Functions

 

List of Experiments:

1.     Check whether a given number of Odd or Even

2.     Smallest of three Numbers

3.     Whether a given Number is Positive, Negative or Zero.

4.     Solve Quadratic Equation

5.     Prime Number or not

6.     Print all Prime Numbers in an Interval

7.     Factorial of a Number

8.     Fibonacci Series

9.     Sum of Natural Numbers

10.   Convert Decimal to Binary, Octal and Hexadecimal

11.   GCD and LCM

12.   Find the Factors of a Number

13.   Matrix Multiplication using Functions

14.   Transpose of a Matrix using Functions

15.   Remove Punctuations from a String

16.   Concatenate two Strings using Functions

17.   nCr using Recursion (Binomial Coefficient)

18.   Decimal to Binary Conversion using Recursion

Unit-2
Teaching Hours:9
CONTROL FLOW AND FUNCTIONS
 

Looping and logic, Python Flow Control, if-else, for loop, while loop, break and continue, Illustrative programs, Python Functions, Python Functions, function argument, python recursion, python module, python package. Illustrative Programs using Conditional Statements:  If, Elif and Else; Loops:  While, for and nested loops; Functions

 

List of Experiments:

1.     Check whether a given number of Odd or Even

2.     Smallest of three Numbers

3.     Whether a given Number is Positive, Negative or Zero.

4.     Solve Quadratic Equation

5.     Prime Number or not

6.     Print all Prime Numbers in an Interval

7.     Factorial of a Number

8.     Fibonacci Series

9.     Sum of Natural Numbers

10.   Convert Decimal to Binary, Octal and Hexadecimal

11.   GCD and LCM

12.   Find the Factors of a Number

13.   Matrix Multiplication using Functions

14.   Transpose of a Matrix using Functions

15.   Remove Punctuations from a String

16.   Concatenate two Strings using Functions

17.   nCr using Recursion (Binomial Coefficient)

18.   Decimal to Binary Conversion using Recursion

Unit-2
Teaching Hours:9
CONTROL FLOW AND FUNCTIONS
 

Looping and logic, Python Flow Control, if-else, for loop, while loop, break and continue, Illustrative programs, Python Functions, Python Functions, function argument, python recursion, python module, python package. Illustrative Programs using Conditional Statements:  If, Elif and Else; Loops:  While, for and nested loops; Functions

 

List of Experiments:

1.     Check whether a given number of Odd or Even

2.     Smallest of three Numbers

3.     Whether a given Number is Positive, Negative or Zero.

4.     Solve Quadratic Equation

5.     Prime Number or not

6.     Print all Prime Numbers in an Interval

7.     Factorial of a Number

8.     Fibonacci Series

9.     Sum of Natural Numbers

10.   Convert Decimal to Binary, Octal and Hexadecimal

11.   GCD and LCM

12.   Find the Factors of a Number

13.   Matrix Multiplication using Functions

14.   Transpose of a Matrix using Functions

15.   Remove Punctuations from a String

16.   Concatenate two Strings using Functions

17.   nCr using Recursion (Binomial Coefficient)

18.   Decimal to Binary Conversion using Recursion

Unit-2
Teaching Hours:9
CONTROL FLOW AND FUNCTIONS
 

Looping and logic, Python Flow Control, if-else, for loop, while loop, break and continue, Illustrative programs, Python Functions, Python Functions, function argument, python recursion, python module, python package. Illustrative Programs using Conditional Statements:  If, Elif and Else; Loops:  While, for and nested loops; Functions

 

List of Experiments:

1.     Check whether a given number of Odd or Even

2.     Smallest of three Numbers

3.     Whether a given Number is Positive, Negative or Zero.

4.     Solve Quadratic Equation

5.     Prime Number or not

6.     Print all Prime Numbers in an Interval

7.     Factorial of a Number

8.     Fibonacci Series

9.     Sum of Natural Numbers

10.   Convert Decimal to Binary, Octal and Hexadecimal

11.   GCD and LCM

12.   Find the Factors of a Number

13.   Matrix Multiplication using Functions

14.   Transpose of a Matrix using Functions

15.   Remove Punctuations from a String

16.   Concatenate two Strings using Functions

17.   nCr using Recursion (Binomial Coefficient)

18.   Decimal to Binary Conversion using Recursion

Unit-3
Teaching Hours:9
DATA STRUCTURES
 

Data structures using lists, Tuple and dictionaries; Lists: list operations, list slices, list methods, list loop, mutability, Tuples; Dictionaries: operations and methods.

 

List of Experiments:

1.     Sort a List using Functions

2.     Merge two Lists using Functions

3.     Addition and Multiplication of the Lists

4.     Sum all the items in a List.

5.     Get the largest number from a List.

6.     Remove duplicates from a List.

7.     Append a List to the second List.

8.     Insert an element at a specified position into a given List.

9.     Check whether an element exists within a Tuple. 

10.   Reverse a Tuple.

11.   Sort (ascending / descending) a Dictionary by value.

12.   Sort a given Dictionary by key. 

13.   Concatenate following dictionaries to create a new one. 

Sample Dictionary:
dic1 = {1:10, 2:20}
dic2 = {3:30, 4:40}
dic3 = {5:50,6:60}
Expected Result: {1: 10, 2: 20, 3: 30, 4: 40, 5: 50, 6: 60}

Unit-3
Teaching Hours:9
DATA STRUCTURES
 

Data structures using lists, Tuple and dictionaries; Lists: list operations, list slices, list methods, list loop, mutability, Tuples; Dictionaries: operations and methods.

 

List of Experiments:

1.     Sort a List using Functions

2.     Merge two Lists using Functions

3.     Addition and Multiplication of the Lists

4.     Sum all the items in a List.

5.     Get the largest number from a List.

6.     Remove duplicates from a List.

7.     Append a List to the second List.

8.     Insert an element at a specified position into a given List.

9.     Check whether an element exists within a Tuple. 

10.   Reverse a Tuple.

11.   Sort (ascending / descending) a Dictionary by value.

12.   Sort a given Dictionary by key. 

13.   Concatenate following dictionaries to create a new one. 

Sample Dictionary:
dic1 = {1:10, 2:20}
dic2 = {3:30, 4:40}
dic3 = {5:50,6:60}
Expected Result: {1: 10, 2: 20, 3: 30, 4: 40, 5: 50, 6: 60}

Unit-3
Teaching Hours:9
DATA STRUCTURES
 

Data structures using lists, Tuple and dictionaries; Lists: list operations, list slices, list methods, list loop, mutability, Tuples; Dictionaries: operations and methods.

 

List of Experiments:

1.     Sort a List using Functions

2.     Merge two Lists using Functions

3.     Addition and Multiplication of the Lists

4.     Sum all the items in a List.

5.     Get the largest number from a List.

6.     Remove duplicates from a List.

7.     Append a List to the second List.

8.     Insert an element at a specified position into a given List.

9.     Check whether an element exists within a Tuple. 

10.   Reverse a Tuple.

11.   Sort (ascending / descending) a Dictionary by value.

12.   Sort a given Dictionary by key. 

13.   Concatenate following dictionaries to create a new one. 

Sample Dictionary:
dic1 = {1:10, 2:20}
dic2 = {3:30, 4:40}
dic3 = {5:50,6:60}
Expected Result: {1: 10, 2: 20, 3: 30, 4: 40, 5: 50, 6: 60}

Unit-3
Teaching Hours:9
DATA STRUCTURES
 

Data structures using lists, Tuple and dictionaries; Lists: list operations, list slices, list methods, list loop, mutability, Tuples; Dictionaries: operations and methods.

 

List of Experiments:

1.     Sort a List using Functions

2.     Merge two Lists using Functions

3.     Addition and Multiplication of the Lists

4.     Sum all the items in a List.

5.     Get the largest number from a List.

6.     Remove duplicates from a List.

7.     Append a List to the second List.

8.     Insert an element at a specified position into a given List.

9.     Check whether an element exists within a Tuple. 

10.   Reverse a Tuple.

11.   Sort (ascending / descending) a Dictionary by value.

12.   Sort a given Dictionary by key. 

13.   Concatenate following dictionaries to create a new one. 

Sample Dictionary:
dic1 = {1:10, 2:20}
dic2 = {3:30, 4:40}
dic3 = {5:50,6:60}
Expected Result: {1: 10, 2: 20, 3: 30, 4: 40, 5: 50, 6: 60}

Unit-3
Teaching Hours:9
DATA STRUCTURES
 

Data structures using lists, Tuple and dictionaries; Lists: list operations, list slices, list methods, list loop, mutability, Tuples; Dictionaries: operations and methods.

 

List of Experiments:

1.     Sort a List using Functions

2.     Merge two Lists using Functions

3.     Addition and Multiplication of the Lists

4.     Sum all the items in a List.

5.     Get the largest number from a List.

6.     Remove duplicates from a List.

7.     Append a List to the second List.

8.     Insert an element at a specified position into a given List.

9.     Check whether an element exists within a Tuple. 

10.   Reverse a Tuple.

11.   Sort (ascending / descending) a Dictionary by value.

12.   Sort a given Dictionary by key. 

13.   Concatenate following dictionaries to create a new one. 

Sample Dictionary:
dic1 = {1:10, 2:20}
dic2 = {3:30, 4:40}
dic3 = {5:50,6:60}
Expected Result: {1: 10, 2: 20, 3: 30, 4: 40, 5: 50, 6: 60}

Unit-3
Teaching Hours:9
DATA STRUCTURES
 

Data structures using lists, Tuple and dictionaries; Lists: list operations, list slices, list methods, list loop, mutability, Tuples; Dictionaries: operations and methods.

 

List of Experiments:

1.     Sort a List using Functions

2.     Merge two Lists using Functions

3.     Addition and Multiplication of the Lists

4.     Sum all the items in a List.

5.     Get the largest number from a List.

6.     Remove duplicates from a List.

7.     Append a List to the second List.

8.     Insert an element at a specified position into a given List.

9.     Check whether an element exists within a Tuple. 

10.   Reverse a Tuple.

11.   Sort (ascending / descending) a Dictionary by value.

12.   Sort a given Dictionary by key. 

13.   Concatenate following dictionaries to create a new one. 

Sample Dictionary:
dic1 = {1:10, 2:20}
dic2 = {3:30, 4:40}
dic3 = {5:50,6:60}
Expected Result: {1: 10, 2: 20, 3: 30, 4: 40, 5: 50, 6: 60}

Unit-4
Teaching Hours:9
FILES, MODULES, PACKAGES
 

Files: text files, reading and writing files, format operator; modules, packages; Illustrative programs: word count, copy.

 

List of Experiments:

1.     Read a File Line by Line into a List

2.     Append to a File

3.     Extract Extension from a File Name

4.     Copy a File

5.     Find Hash of a File

6.     Get the File Name from the File Path

7.     Count number of Lines in a File

8.     Word Count in a File

9.     Count uppercase character in a text file

Unit-4
Teaching Hours:9
FILES, MODULES, PACKAGES
 

Files: text files, reading and writing files, format operator; modules, packages; Illustrative programs: word count, copy.

 

List of Experiments:

1.     Read a File Line by Line into a List

2.     Append to a File

3.     Extract Extension from a File Name

4.     Copy a File

5.     Find Hash of a File

6.     Get the File Name from the File Path

7.     Count number of Lines in a File

8.     Word Count in a File

9.     Count uppercase character in a text file

Unit-4
Teaching Hours:9
FILES, MODULES, PACKAGES
 

Files: text files, reading and writing files, format operator; modules, packages; Illustrative programs: word count, copy.

 

List of Experiments:

1.     Read a File Line by Line into a List

2.     Append to a File

3.     Extract Extension from a File Name

4.     Copy a File

5.     Find Hash of a File

6.     Get the File Name from the File Path

7.     Count number of Lines in a File

8.     Word Count in a File

9.     Count uppercase character in a text file

Unit-4
Teaching Hours:9
FILES, MODULES, PACKAGES
 

Files: text files, reading and writing files, format operator; modules, packages; Illustrative programs: word count, copy.

 

List of Experiments:

1.     Read a File Line by Line into a List

2.     Append to a File

3.     Extract Extension from a File Name

4.     Copy a File

5.     Find Hash of a File

6.     Get the File Name from the File Path

7.     Count number of Lines in a File

8.     Word Count in a File

9.     Count uppercase character in a text file

Unit-4
Teaching Hours:9
FILES, MODULES, PACKAGES
 

Files: text files, reading and writing files, format operator; modules, packages; Illustrative programs: word count, copy.

 

List of Experiments:

1.     Read a File Line by Line into a List

2.     Append to a File

3.     Extract Extension from a File Name

4.     Copy a File

5.     Find Hash of a File

6.     Get the File Name from the File Path

7.     Count number of Lines in a File

8.     Word Count in a File

9.     Count uppercase character in a text file

Unit-4
Teaching Hours:9
FILES, MODULES, PACKAGES
 

Files: text files, reading and writing files, format operator; modules, packages; Illustrative programs: word count, copy.

 

List of Experiments:

1.     Read a File Line by Line into a List

2.     Append to a File

3.     Extract Extension from a File Name

4.     Copy a File

5.     Find Hash of a File

6.     Get the File Name from the File Path

7.     Count number of Lines in a File

8.     Word Count in a File

9.     Count uppercase character in a text file

Unit-5
Teaching Hours:9
PYTHON FOR DATA ANALYSIS AND MACHINE LEARNING
 

Python Basics for Data Analysis and Visualization: Loading, Cleaning and Exploring and Visualization. Python Libraries (NumPy, Pandas, Matplotlib, Seaborn, Scikit-Learn), Machine Learning and its Use Cases.

 

Experiments Details:

A Real Time Project Implementation which involves the following:

·       Reading a Real Time Data Set

·       Exploratory Data Analysis

·       Data Visualization

·       Data Preprocessing

·       Any two Machine Learning Models and its Analysis

Unit-5
Teaching Hours:9
PYTHON FOR DATA ANALYSIS AND MACHINE LEARNING
 

Python Basics for Data Analysis and Visualization: Loading, Cleaning and Exploring and Visualization. Python Libraries (NumPy, Pandas, Matplotlib, Seaborn, Scikit-Learn), Machine Learning and its Use Cases.

 

Experiments Details:

A Real Time Project Implementation which involves the following:

·       Reading a Real Time Data Set

·       Exploratory Data Analysis

·       Data Visualization

·       Data Preprocessing

·       Any two Machine Learning Models and its Analysis

Unit-5
Teaching Hours:9
PYTHON FOR DATA ANALYSIS AND MACHINE LEARNING
 

Python Basics for Data Analysis and Visualization: Loading, Cleaning and Exploring and Visualization. Python Libraries (NumPy, Pandas, Matplotlib, Seaborn, Scikit-Learn), Machine Learning and its Use Cases.

 

Experiments Details:

A Real Time Project Implementation which involves the following:

·       Reading a Real Time Data Set

·       Exploratory Data Analysis

·       Data Visualization

·       Data Preprocessing

·       Any two Machine Learning Models and its Analysis

Unit-5
Teaching Hours:9
PYTHON FOR DATA ANALYSIS AND MACHINE LEARNING
 

Python Basics for Data Analysis and Visualization: Loading, Cleaning and Exploring and Visualization. Python Libraries (NumPy, Pandas, Matplotlib, Seaborn, Scikit-Learn), Machine Learning and its Use Cases.

 

Experiments Details:

A Real Time Project Implementation which involves the following:

·       Reading a Real Time Data Set

·       Exploratory Data Analysis

·       Data Visualization

·       Data Preprocessing

·       Any two Machine Learning Models and its Analysis

Unit-5
Teaching Hours:9
PYTHON FOR DATA ANALYSIS AND MACHINE LEARNING
 

Python Basics for Data Analysis and Visualization: Loading, Cleaning and Exploring and Visualization. Python Libraries (NumPy, Pandas, Matplotlib, Seaborn, Scikit-Learn), Machine Learning and its Use Cases.

 

Experiments Details:

A Real Time Project Implementation which involves the following:

·       Reading a Real Time Data Set

·       Exploratory Data Analysis

·       Data Visualization

·       Data Preprocessing

·       Any two Machine Learning Models and its Analysis

Unit-5
Teaching Hours:9
PYTHON FOR DATA ANALYSIS AND MACHINE LEARNING
 

Python Basics for Data Analysis and Visualization: Loading, Cleaning and Exploring and Visualization. Python Libraries (NumPy, Pandas, Matplotlib, Seaborn, Scikit-Learn), Machine Learning and its Use Cases.

 

Experiments Details:

A Real Time Project Implementation which involves the following:

·       Reading a Real Time Data Set

·       Exploratory Data Analysis

·       Data Visualization

·       Data Preprocessing

·       Any two Machine Learning Models and its Analysis

Text Books And Reference Books:

T1: B. Downey, "Think Python: How to Think Like a Computer Scientist", 2nd edition, Updated for Python 3, Shroff/O’Reilly Publishers, 2016 (http://greenteapress.com/wp/think- python/)

T2: Guido van Rossum and Fred L. Drake Jr, “An Introduction to Python – Revised and updated for Python 3.2, Network Theory Ltd., 2011. (reprint)

Essential Reading / Recommended Reading

R1: Charles Dierbach, “Introduction to Computer Science using Python: A Computational Problem-Solving Focus, Wiley India Edition, 2013 (reprint)

R2:  John V Guttag, “Introduction to Computation and Programming Using Python’’, Revised and expanded Edition, MIT Press, 2013 (reprint)

R3: Kenneth A. Lambert, “Fundamentals of Python: First Programs”, CENGAGE Learning, 2012.

R4: Paul Gries, Jennifer Campbell and Jason Montojo, “Practical Programming: An Introduction to Computer Science using Python 3”, Second edition, Pragmatic Programmers, LLC,2013.

R5: Robert Sedgewick, Kevin Wayne, Robert Dondero, “Introduction to Programming in Python: An Interdisciplinary Approach, Pearson India Education Services Pvt. Ltd., 2016.

R6: Timothy A. Budd, “Exploring Python”, Mc-Graw Hill Education (India) Private Ltd., 2015.

Evaluation Pattern

Courses with 02 credits (Only Theory)

       CIA 1 – 20 Marks

       CIA 2 – 50 Marks

       CIA 3 – 20 Marks

       End Semester Examination – 50 Marks

       Attendance – 5 Marks

(Scaled: CIA – 25 Marks & ESE – 25 Marks)

CSHO432CSP - MOBILE AND NETWORK BASED ETHICAL HACKING (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

·  Basics of hacking concepts in cyber security for addressing cryptography, data protection, information-network security, and detection of attacks.

·  The student would also get an understanding and be able to apply various open source tools available for.

 

Course Objective:

To have a better understanding:

1.     Basics of hacking concepts in cyber security for addressing cryptography, data protection, information-network security, and detection of attacks.

2.     The student would also get a clear idea of some cases with their analytical studies in cyber-attacks and hacking in related fields

Learning Outcome

CO1: To describe the vulnerability scanning for networks.

CO2: To understand the information-gathering modes for any attack on the network

CO3: To Demonstrate different hacking processes and corresponding attacks for mobile platforms

CO4: To interpret means to evade firewalls and other security parameters for ethical hacking.

CO5: To Apply various possible tools for different vulnerabilities that are exploited for hacking.

Unit-1
Teaching Hours:12
Introduction to ethical hacking
 

Introduction to ethical hacking, IP addressing, Network routing protocols, network security, network scanning, vulnerability assessment OpenVAS, Nessus, etc. of computation device (Mobile, PC, etc.) and system network.

 

Experiment 1: Network scanning and vulnerability detection approaches.

Unit-1
Teaching Hours:12
Introduction to ethical hacking
 

Introduction to ethical hacking, IP addressing, Network routing protocols, network security, network scanning, vulnerability assessment OpenVAS, Nessus, etc. of computation device (Mobile, PC, etc.) and system network.

 

Experiment 1: Network scanning and vulnerability detection approaches.

Unit-1
Teaching Hours:12
Introduction to ethical hacking
 

Introduction to ethical hacking, IP addressing, Network routing protocols, network security, network scanning, vulnerability assessment OpenVAS, Nessus, etc. of computation device (Mobile, PC, etc.) and system network.

 

Experiment 1: Network scanning and vulnerability detection approaches.

Unit-1
Teaching Hours:12
Introduction to ethical hacking
 

Introduction to ethical hacking, IP addressing, Network routing protocols, network security, network scanning, vulnerability assessment OpenVAS, Nessus, etc. of computation device (Mobile, PC, etc.) and system network.

 

Experiment 1: Network scanning and vulnerability detection approaches.

Unit-1
Teaching Hours:12
Introduction to ethical hacking
 

Introduction to ethical hacking, IP addressing, Network routing protocols, network security, network scanning, vulnerability assessment OpenVAS, Nessus, etc. of computation device (Mobile, PC, etc.) and system network.

 

Experiment 1: Network scanning and vulnerability detection approaches.

Unit-2
Teaching Hours:12
Computation system hacking
 

Computation system hacking, modes of gathering information, password cracking, penetration testing including backdoor issues, Malware threats, and different cyber related attacks.

 

Experiment 2:Information gathering modes,penetration testing.

Unit-2
Teaching Hours:12
Computation system hacking
 

Computation system hacking, modes of gathering information, password cracking, penetration testing including backdoor issues, Malware threats, and different cyber related attacks.

 

Experiment 2:Information gathering modes,penetration testing.

Unit-2
Teaching Hours:12
Computation system hacking
 

Computation system hacking, modes of gathering information, password cracking, penetration testing including backdoor issues, Malware threats, and different cyber related attacks.

 

Experiment 2:Information gathering modes,penetration testing.

Unit-2
Teaching Hours:12
Computation system hacking
 

Computation system hacking, modes of gathering information, password cracking, penetration testing including backdoor issues, Malware threats, and different cyber related attacks.

 

Experiment 2:Information gathering modes,penetration testing.

Unit-2
Teaching Hours:12
Computation system hacking
 

Computation system hacking, modes of gathering information, password cracking, penetration testing including backdoor issues, Malware threats, and different cyber related attacks.

 

Experiment 2:Information gathering modes,penetration testing.

Unit-3
Teaching Hours:12
Introduction to Mobile Hacking
 

Introduction to Mobile Hacking, encryption types and attacks, different mobile platforms, and corresponding vulnerabilities

 

Experiment 3: Mobile hacking, encryption-attacks testing, mobile platform vulnerability

Unit-3
Teaching Hours:12
Introduction to Mobile Hacking
 

Introduction to Mobile Hacking, encryption types and attacks, different mobile platforms, and corresponding vulnerabilities

 

Experiment 3: Mobile hacking, encryption-attacks testing, mobile platform vulnerability

Unit-3
Teaching Hours:12
Introduction to Mobile Hacking
 

Introduction to Mobile Hacking, encryption types and attacks, different mobile platforms, and corresponding vulnerabilities

 

Experiment 3: Mobile hacking, encryption-attacks testing, mobile platform vulnerability

Unit-3
Teaching Hours:12
Introduction to Mobile Hacking
 

Introduction to Mobile Hacking, encryption types and attacks, different mobile platforms, and corresponding vulnerabilities

 

Experiment 3: Mobile hacking, encryption-attacks testing, mobile platform vulnerability

Unit-3
Teaching Hours:12
Introduction to Mobile Hacking
 

Introduction to Mobile Hacking, encryption types and attacks, different mobile platforms, and corresponding vulnerabilities

 

Experiment 3: Mobile hacking, encryption-attacks testing, mobile platform vulnerability

Unit-4
Teaching Hours:12
Evading firewalls
 

Evading firewalls, standard detection systems and frameworks, and other possible attack detection methods.

 

Experiment 4: Evading firewalls and detection of attacks based on different parameters

Unit-4
Teaching Hours:12
Evading firewalls
 

Evading firewalls, standard detection systems and frameworks, and other possible attack detection methods.

 

Experiment 4: Evading firewalls and detection of attacks based on different parameters

Unit-4
Teaching Hours:12
Evading firewalls
 

Evading firewalls, standard detection systems and frameworks, and other possible attack detection methods.

 

Experiment 4: Evading firewalls and detection of attacks based on different parameters

Unit-4
Teaching Hours:12
Evading firewalls
 

Evading firewalls, standard detection systems and frameworks, and other possible attack detection methods.

 

Experiment 4: Evading firewalls and detection of attacks based on different parameters

Unit-4
Teaching Hours:12
Evading firewalls
 

Evading firewalls, standard detection systems and frameworks, and other possible attack detection methods.

 

Experiment 4: Evading firewalls and detection of attacks based on different parameters

Unit-5
Teaching Hours:12
Case studies
 

Case studies: various hacking scenarios, information gathering, and possible solutions.

 

Experiment 5 Any one hacking scenarios and their information gathering response for mobile platform and network

Unit-5
Teaching Hours:12
Case studies
 

Case studies: various hacking scenarios, information gathering, and possible solutions.

 

Experiment 5 Any one hacking scenarios and their information gathering response for mobile platform and network

Unit-5
Teaching Hours:12
Case studies
 

Case studies: various hacking scenarios, information gathering, and possible solutions.

 

Experiment 5 Any one hacking scenarios and their information gathering response for mobile platform and network

Unit-5
Teaching Hours:12
Case studies
 

Case studies: various hacking scenarios, information gathering, and possible solutions.

 

Experiment 5 Any one hacking scenarios and their information gathering response for mobile platform and network

Unit-5
Teaching Hours:12
Case studies
 

Case studies: various hacking scenarios, information gathering, and possible solutions.

 

Experiment 5 Any one hacking scenarios and their information gathering response for mobile platform and network

Text Books And Reference Books:

Text  Book:       

T1: McNab, Chris. Network security assessment: know your network. " O'Reilly Media, Inc.", 2007

 

Essential Reading / Recommended Reading

References(Text/OnlineRef):

1.     https://nmap.org- Open Source Network Scanning tool.

2.     https://www.openvas.org open source tool, network vulnerability scanner

Evaluation Pattern

Courses with 4 credits(Theory & Practical’s)

       CIA 1 – 20 Marks

       CIA 2 – 50 Marks

       CIA 3 – 20 Marks

       Practical – 50 Marks

       End Semester Examination – 100 Marks

       Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSHO432DAP - BIG DATA ANALYTICS (2023 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

This course gives an overview of Big Data Analytics and it can be described as the acts of studying data to observe patterns and to draw a conclusion to make an important decision. In addition, it also focuses on the big data technologies and tools such as Hadoop, Hive, HBase, and Pig that are available for storage, retrieval, and processing of big data. It helps a student to perform a variety of real-time analytics and processing of different data sets on different domains.

 

Course Objective:

1. To know the fundamental concepts of big data and analytics.

2. To explore tools and practices for working with big data.

3. To examine large amounts of data to uncover hidden patterns, correlations and other insights to help make data-informed decisions

Learning Outcome

CO1: Demonstrate the big data and its use cases from selected business domains.

CO2: Experiment with NoSQL data management for creating database for various applications.

CO3: Make use of Hadoop distributed file system for developing big data applications.

CO4: Develop MapReduce applications for improving parallel processing in real-time applications.

CO5: Examine various Hadoop related tools such as Hbase, Cassandra, Pig and Hive for big data analytics

Unit-1
Teaching Hours:9
UNDERSTANDING BIG DATA
 

What is big data – why big data –.Data!, Data Storage and Analysis, Comparison with Other Systems, Rational Database Management System , Grid Computing, Volunteer Computing, convergence of key trends – unstructured data – industry examples of big data – web analytics – big data and marketing – fraud and big data – risk and big data – credit risk management – big data and algorithmic trading – big data and healthcare – big data in medicine – advertising and big data– big data technologies – introduction to Hadoop – open source technologies – cloud and big data – mobile business intelligence – Crowd sourcing analytics – inter and trans firewall analytics.

 

Unit-1
Teaching Hours:9
UNDERSTANDING BIG DATA
 

What is big data – why big data –.Data!, Data Storage and Analysis, Comparison with Other Systems, Rational Database Management System , Grid Computing, Volunteer Computing, convergence of key trends – unstructured data – industry examples of big data – web analytics – big data and marketing – fraud and big data – risk and big data – credit risk management – big data and algorithmic trading – big data and healthcare – big data in medicine – advertising and big data– big data technologies – introduction to Hadoop – open source technologies – cloud and big data – mobile business intelligence – Crowd sourcing analytics – inter and trans firewall analytics.

 

Unit-1
Teaching Hours:9
UNDERSTANDING BIG DATA
 

What is big data – why big data –.Data!, Data Storage and Analysis, Comparison with Other Systems, Rational Database Management System , Grid Computing, Volunteer Computing, convergence of key trends – unstructured data – industry examples of big data – web analytics – big data and marketing – fraud and big data – risk and big data – credit risk management – big data and algorithmic trading – big data and healthcare – big data in medicine – advertising and big data– big data technologies – introduction to Hadoop – open source technologies – cloud and big data – mobile business intelligence – Crowd sourcing analytics – inter and trans firewall analytics.

 

Unit-1
Teaching Hours:9
UNDERSTANDING BIG DATA
 

What is big data – why big data –.Data!, Data Storage and Analysis, Comparison with Other Systems, Rational Database Management System , Grid Computing, Volunteer Computing, convergence of key trends – unstructured data – industry examples of big data – web analytics – big data and marketing – fraud and big data – risk and big data – credit risk management – big data and algorithmic trading – big data and healthcare – big data in medicine – advertising and big data– big data technologies – introduction to Hadoop – open source technologies – cloud and big data – mobile business intelligence – Crowd sourcing analytics – inter and trans firewall analytics.

 

Unit-2
Teaching Hours:9
NOSQL DATA MANAGEMENT
 

Introduction to NoSQL – aggregate data models – aggregates – key-value and document data models – relationships –graph databases – schema less databases – materialized views – distribution models – sharding – version – Map reduce – partitioning and combining – composing map-reduce calculations.

Unit-2
Teaching Hours:9
NOSQL DATA MANAGEMENT
 

Introduction to NoSQL – aggregate data models – aggregates – key-value and document data models – relationships –graph databases – schema less databases – materialized views – distribution models – sharding – version – Map reduce – partitioning and combining – composing map-reduce calculations.

Unit-2
Teaching Hours:9
NOSQL DATA MANAGEMENT
 

Introduction to NoSQL – aggregate data models – aggregates – key-value and document data models – relationships –graph databases – schema less databases – materialized views – distribution models – sharding – version – Map reduce – partitioning and combining – composing map-reduce calculations.

Unit-2
Teaching Hours:9
NOSQL DATA MANAGEMENT
 

Introduction to NoSQL – aggregate data models – aggregates – key-value and document data models – relationships –graph databases – schema less databases – materialized views – distribution models – sharding – version – Map reduce – partitioning and combining – composing map-reduce calculations.

Unit-3
Teaching Hours:9
BASICS OF HADOOP
 

Data format – analysing data with Hadoop – scaling out – Hadoop streaming – Hadoop pipes – design of Hadoop distributed file system (HDFS) – HDFS concepts – Java interface – data flow – Hadoop I/O – data integrity – compression – serialization – Avro – file-based data structures.

Unit-3
Teaching Hours:9
BASICS OF HADOOP
 

Data format – analysing data with Hadoop – scaling out – Hadoop streaming – Hadoop pipes – design of Hadoop distributed file system (HDFS) – HDFS concepts – Java interface – data flow – Hadoop I/O – data integrity – compression – serialization – Avro – file-based data structures.

Unit-3
Teaching Hours:9
BASICS OF HADOOP
 

Data format – analysing data with Hadoop – scaling out – Hadoop streaming – Hadoop pipes – design of Hadoop distributed file system (HDFS) – HDFS concepts – Java interface – data flow – Hadoop I/O – data integrity – compression – serialization – Avro – file-based data structures.

Unit-3
Teaching Hours:9
BASICS OF HADOOP
 

Data format – analysing data with Hadoop – scaling out – Hadoop streaming – Hadoop pipes – design of Hadoop distributed file system (HDFS) – HDFS concepts – Java interface – data flow – Hadoop I/O – data integrity – compression – serialization – Avro – file-based data structures.

Unit-4
Teaching Hours:9
MAPREDUCE APPLICATIONS
 

MapReduce workflows – unit tests with MRUnit – test data and local tests – anatomy of MapReduce job run – classic Map-reduce – YARN – failures in classic Map-reduce and YARN – job scheduling – shuffle and sort – task execution –MapReduce types – input formats – output formats.

 

Unit-4
Teaching Hours:9
MAPREDUCE APPLICATIONS
 

MapReduce workflows – unit tests with MRUnit – test data and local tests – anatomy of MapReduce job run – classic Map-reduce – YARN – failures in classic Map-reduce and YARN – job scheduling – shuffle and sort – task execution –MapReduce types – input formats – output formats.

 

Unit-4
Teaching Hours:9
MAPREDUCE APPLICATIONS
 

MapReduce workflows – unit tests with MRUnit – test data and local tests – anatomy of MapReduce job run – classic Map-reduce – YARN – failures in classic Map-reduce and YARN – job scheduling – shuffle and sort – task execution –MapReduce types – input formats – output formats.

 

Unit-4
Teaching Hours:9
MAPREDUCE APPLICATIONS
 

MapReduce workflows – unit tests with MRUnit – test data and local tests – anatomy of MapReduce job run – classic Map-reduce – YARN – failures in classic Map-reduce and YARN – job scheduling – shuffle and sort – task execution –MapReduce types – input formats – output formats.

 

Unit-5
Teaching Hours:9
HADOOP RELATED TOOLS
 

Hbase – data model and implementations – Hbase clients – Hbase examples –praxis. Cassandra – Cassandra data model –Cassandra examples – Cassandra clients –Hadoop integration. Pig – Grunt – pig data model – Pig Latin – developing and testing Pig Latin scripts. Hive – data types and file formats – HiveQL data definition – HiveQL data manipulation –HiveQL queries-case study.

Unit-5
Teaching Hours:9
HADOOP RELATED TOOLS
 

Hbase – data model and implementations – Hbase clients – Hbase examples –praxis. Cassandra – Cassandra data model –Cassandra examples – Cassandra clients –Hadoop integration. Pig – Grunt – pig data model – Pig Latin – developing and testing Pig Latin scripts. Hive – data types and file formats – HiveQL data definition – HiveQL data manipulation –HiveQL queries-case study.

Unit-5
Teaching Hours:9
HADOOP RELATED TOOLS
 

Hbase – data model and implementations – Hbase clients – Hbase examples –praxis. Cassandra – Cassandra data model –Cassandra examples – Cassandra clients –Hadoop integration. Pig – Grunt – pig data model – Pig Latin – developing and testing Pig Latin scripts. Hive – data types and file formats – HiveQL data definition – HiveQL data manipulation –HiveQL queries-case study.

Unit-5
Teaching Hours:9
HADOOP RELATED TOOLS
 

Hbase – data model and implementations – Hbase clients – Hbase examples –praxis. Cassandra – Cassandra data model –Cassandra examples – Cassandra clients –Hadoop integration. Pig – Grunt – pig data model – Pig Latin – developing and testing Pig Latin scripts. Hive – data types and file formats – HiveQL data definition – HiveQL data manipulation –HiveQL queries-case study.

Text Books And Reference Books:

1. Tom White, "Hadoop: The Definitive Guide", 4th Edition, O'Reilley, 2012

2. Kerry Koitzsch, "Pro Hadoop Data Analytics", Apress, 2017. ISBN-13(pbk): 978-1-4842-1909-6

3. Nataraj Dasgupta, "Practical Big Data Analytics", Packt Publishing, 2018. ISBN 978-1-78355-439-3

4. Eric Sammer, "Hadoop Operations",1st Edition, O'Reilley, 2012.

5. Arshdeep Bahga & Vijay Madisetti, "Big Data Science & Analytics: A Hands-On Approach", Published by Vijay Madisetti, 2016. ISBN: 978-1-949978-00-1

 

Essential Reading / Recommended Reading

1. Lars George, "HBase: The Definitive Guide", O'Reilley, 2011.

2. Alan Gates, "Programming Pig", O'Reilley, 2011.

3. E. Capriolo, D. Wampler, and J. Rutherglen, "Programming Hive", O'Reilley, 2012.

4. VigneshPrajapati, Big data analytics with R and Hadoop, SPD 2013.

5. https://www.oracle.com/in/big-data/what-is-bigdata/#:~:text=What%20exactly%20is%20big%20data,especially%20from%20ne

w%20data%20sources.

6. https://www.ibm.com/topics/nosql-databases

7. https://www.javatpoint.com/nosql-databases

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

CSHO432QCP - ADVANCED QUANTUM COMPUTING (2023 Batch)

Total Teaching Hours for Semester:90
No of Lecture Hours/Week:5
Max Marks:100
Credits:5

Course Objectives/Course Description

 

Course Description:

In this advanced quantum algorithms course, students will build upon the basic concepts of quantum computing and quantum information processing learned in the “Introduction to Quantum Computing” course. The course covers advanced quantum algorithms like Quantum Fourier Transform, Quantum Phase Estimation, Shor’s Algorithm, Grover’s Algorithm, and a section on the Applications of Quantum Computers. The course will involve projects in advanced quantum algorithm development using Python programming.

 

Course Objective:

After completing the course, students should be able to -

● Quantum Fourier Transform:

○ Implement QFT techniques to analyze quantum states and perform precision measurements

○ Apply QFT principles to advanced quantum algorithms and quantum phase estimation tasks

● Quantum Phase Estimation:

○ Implement algorithms to estimate phase in quantum systems

○ Estimate eigenvalues and perform unitary operations using QPE subroutines

● Shor’s Algorithms:

○ Apply quantum algorithm for the problem of integer factorization

○ Analyze the efficiency and potential of Shor’s Algorithm for cryptographic applications

● Grover’s Algorithm:

○ Understand quantum search methods and Grover’s algorithm for unstructured database search

○ Explorer Grover’s algorithm applications in various optimization problems

● Applications of Quantum Computers:

○ Explore practical applications of quantum computing in cryptography, optimization, and simulation

○ Implement prototype for optimization problems using quantum computing methods

Learning Outcome

CO1: Implement QFT techniques to analyze quantum states and perform precision measurements.

CO2: Implement algorithms to estimate phase in quantum systems and perform unitary operations using QPE subroutines.

CO3: Apply Shor's algorithm for integer factorization and analyze its efficiency for cryptographic applications.

CO4: Understand quantum search methods and apply Grover's algorithm for unstructured database searches.

CO5: Explore and implement practical applications of quantum computing in cryptography, optimization, and simulation.

Unit-1
Teaching Hours:15
Quantum Fourier Transform
 

 

 

Discrete Fourier transform, computational complexity, QFT implementation, basis states, quantum phase estimation, eigenvalue problems, periodicity, modulation, phase kickback 

 

Unit-1
Teaching Hours:15
Quantum Fourier Transform
 

 

 

Discrete Fourier transform, computational complexity, QFT implementation, basis states, quantum phase estimation, eigenvalue problems, periodicity, modulation, phase kickback 

 

Unit-1
Teaching Hours:15
Quantum Fourier Transform
 

 

 

Discrete Fourier transform, computational complexity, QFT implementation, basis states, quantum phase estimation, eigenvalue problems, periodicity, modulation, phase kickback 

 

Unit-1
Teaching Hours:15
Quantum Fourier Transform
 

 

 

Discrete Fourier transform, computational complexity, QFT implementation, basis states, quantum phase estimation, eigenvalue problems, periodicity, modulation, phase kickback 

 

Unit-1
Teaching Hours:15
Quantum Fourier Transform
 

 

 

Discrete Fourier transform, computational complexity, QFT implementation, basis states, quantum phase estimation, eigenvalue problems, periodicity, modulation, phase kickback 

 

Unit-2
Teaching Hours:15
Quantum Phase Estimation
 

 

Quantum Phase Estimation algorithm, eigenvalue determination, phase kickback, inverse Quantum Fourier Transform, controlled unitary operations, amplitude amplification 

Unit-2
Teaching Hours:15
Quantum Phase Estimation
 

 

Quantum Phase Estimation algorithm, eigenvalue determination, phase kickback, inverse Quantum Fourier Transform, controlled unitary operations, amplitude amplification 

Unit-2
Teaching Hours:15
Quantum Phase Estimation
 

 

Quantum Phase Estimation algorithm, eigenvalue determination, phase kickback, inverse Quantum Fourier Transform, controlled unitary operations, amplitude amplification 

Unit-2
Teaching Hours:15
Quantum Phase Estimation
 

 

Quantum Phase Estimation algorithm, eigenvalue determination, phase kickback, inverse Quantum Fourier Transform, controlled unitary operations, amplitude amplification 

Unit-2
Teaching Hours:15
Quantum Phase Estimation
 

 

Quantum Phase Estimation algorithm, eigenvalue determination, phase kickback, inverse Quantum Fourier Transform, controlled unitary operations, amplitude amplification 

Unit-3
Teaching Hours:15
Shor?s Algorithms
 

 

Integer factorization, period finding, modular exponentiation, coprime selection, quantum circuit design, phase estimation, classical post-processing, RSA cryptography implications, Shor’s algorithm complexity 

Unit-3
Teaching Hours:15
Shor?s Algorithms
 

 

Integer factorization, period finding, modular exponentiation, coprime selection, quantum circuit design, phase estimation, classical post-processing, RSA cryptography implications, Shor’s algorithm complexity 

Unit-3
Teaching Hours:15
Shor?s Algorithms
 

 

Integer factorization, period finding, modular exponentiation, coprime selection, quantum circuit design, phase estimation, classical post-processing, RSA cryptography implications, Shor’s algorithm complexity 

Unit-3
Teaching Hours:15
Shor?s Algorithms
 

 

Integer factorization, period finding, modular exponentiation, coprime selection, quantum circuit design, phase estimation, classical post-processing, RSA cryptography implications, Shor’s algorithm complexity 

Unit-3
Teaching Hours:15
Shor?s Algorithms
 

 

Integer factorization, period finding, modular exponentiation, coprime selection, quantum circuit design, phase estimation, classical post-processing, RSA cryptography implications, Shor’s algorithm complexity 

Unit-4
Teaching Hours:15
Grover?s Algorithm
 

 

Unstructured search, amplitude amplification, oracle construction, Grover iteration, quantum circuit design, algorithm complexity, optimal number of iterations, applications in database search, applications in optimization problems 

Unit-4
Teaching Hours:15
Grover?s Algorithm
 

 

Unstructured search, amplitude amplification, oracle construction, Grover iteration, quantum circuit design, algorithm complexity, optimal number of iterations, applications in database search, applications in optimization problems 

Unit-4
Teaching Hours:15
Grover?s Algorithm
 

 

Unstructured search, amplitude amplification, oracle construction, Grover iteration, quantum circuit design, algorithm complexity, optimal number of iterations, applications in database search, applications in optimization problems 

Unit-4
Teaching Hours:15
Grover?s Algorithm
 

 

Unstructured search, amplitude amplification, oracle construction, Grover iteration, quantum circuit design, algorithm complexity, optimal number of iterations, applications in database search, applications in optimization problems 

Unit-4
Teaching Hours:15
Grover?s Algorithm
 

 

Unstructured search, amplitude amplification, oracle construction, Grover iteration, quantum circuit design, algorithm complexity, optimal number of iterations, applications in database search, applications in optimization problems 

Unit-5
Teaching Hours:15
Project on Quantum Algorithms
 

Project work 

Unit-5
Teaching Hours:15
Project on Quantum Algorithms
 

Project work 

Unit-5
Teaching Hours:15
Project on Quantum Algorithms
 

Project work 

Unit-5
Teaching Hours:15
Project on Quantum Algorithms
 

Project work 

Unit-5
Teaching Hours:15
Project on Quantum Algorithms
 

Project work 

Text Books And Reference Books:

Text Books: 

 

1. "Quantum Computation and Quantum Information" by Michael A. Nielsen and Isaac L. Chuang. 

Essential Reading / Recommended Reading

Reference Books: 

 

1. Classical and Quantum Computation by A.Yu. Kitaev

2. "Quantum Computing: A Gentle Introduction" by Eleanor Rieffel and Wolfgang Polak.

Evaluation Pattern

Quiz, Assignment: 30 Marks

End Sem Project : 30 Marks

Final Examination: 40 Marks

 

CIA: 100 Marks 

ESE: No 

CY421 - CYBER SECURITY (2023 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:0
Credits:0

Course Objectives/Course Description

 

This mandatory course is aimed at providing a comprehensive overview of the different facets of Cyber Security.  In addition, the course will detail into specifics of Cyber Security with Cyber Laws both in Global and Indian Legal environments

Learning Outcome

CO1: Describe the basic security fundamentals and cyber laws and legalities.

CO2: Describe various cyber security vulnerabilities and threats such as virus, worms, online attacks, Dos and others.

CO3: Explain the regulations and acts to prevent cyber-attacks such as Risk assessment and security policy management.

CO4: Explain various vulnerability assessment and penetration testing tools.

CO5: Explain various protection methods to safeguard from cyber-attacks using technologies like cryptography and Intrusion prevention systems.

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-1
Teaching Hours:6
UNIT 1
 

Security Fundamentals-4 As Architecture Authentication Authorization Accountability, Social Media, Social Networking and Cyber Security.Cyber Laws, IT Act 2000-IT Act 2008-Laws for Cyber-Security, Comprehensive National Cyber-Security Initiative CNCI – Legalities

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-2
Teaching Hours:6
UNIT 2
 

Cyber Attack and Cyber Services Computer Virus – Computer Worms – Trojan horse.Vulnerabilities -  Phishing -  Online Attacks – Pharming - Phoarging  –  Cyber Attacks  -  Cyber Threats -  Zombie- stuxnet - Denial of Service Vulnerabilities  - Server Hardening-TCP/IP attack-SYN Flood

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-3
Teaching Hours:6
UNIT 3
 

Cyber Security Management Risk Management and Assessment - Risk Management Process - Threat Determination Process -Risk Assessment - Risk Management Lifecycle.Security Policy Management - Security Policies - Coverage Matrix Business Continuity Planning - DisasterTypes  -  Disaster Recovery Plan - Business Continuity Planning Process

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-4
Teaching Hours:6
UNIT 4
 

Vulnerability - Assessment and Tools: Vulnerability Testing - Penetration Testing Black box- white box.Architectural Integration:  Security Zones - Devicesviz Routers, Firewalls, DMZ. Configuration Management - Certification and Accreditation for Cyber-Security.

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Unit-5
Teaching Hours:6
UNIT 5
 

Authentication and Cryptography: Authentication - Cryptosystems - Certificate Services, Securing Communications:  Securing Services -  Transport  –  Wireless  -  Steganography and NTFS Data Streams. Intrusion Detection and Prevention Systems:   Intrusion -  Defense in Depth  -  IDS/IPS  -IDS/IPS Weakness and Forensic AnalysisCyber Evolution: Cyber Organization – Cyber Future

Text Books And Reference Books:

R1. Matt Bishop, “Introduction to Computer Security”, Pearson, 6th impression, ISBN: 978-81-7758-425-7.

R2. Thomas R, Justin Peltier, John, “Information Security Fundamentals”, Auerbach Publications.

R3. AtulKahate, “Cryptography and Network Security”,  2nd Edition, Tata McGrawHill.2003

R4. Nina Godbole, SunitBelapure, “Cyber Security”, Wiley India 1st Edition 2011

R5. Jennifer L. Bayuk and Jason Healey and Paul Rohmeyer and Marcus Sachs, “Cyber Security Policy Guidebook”, Wiley; 1 edition , 2012

R6. Dan Shoemaker and Wm. Arthur Conklin, “Cyber security: The Essential Body Of Knowledge”,   Delmar Cengage Learning; 1 edition, 2011

R7. Stallings, “Cryptography & Network Security - Principles & Practice”, Prentice Hall, 6th Edition 2014

Essential Reading / Recommended Reading

--

Evaluation Pattern

Only CIA will be conducted as per the University norms. No ESE

Maximum Marks : 50

MA431 - PROBABILITY AND STATISTICS (2023 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

To describe the fundamentals and advanced concepts of  probability theory, random process, standard distributions, testing tools and design of experiments to support the graduate coursework and research in computer scienec engineering.

Learning Outcome

CO1: Solve the basic perceptions of probability of an event and associated random variables.

CO2: Identify various standard distributions with corresponding statistical analysis.

CO3: Apply basic statistics for two dimensional random variables

CO4: Analyze probabilistic environment using random process and markov chain techniques.

CO5: Build Null hypothesis for various problem domains using statistical tests.

Unit-1
Teaching Hours:9
Probability and Random Variable
 

Axioms of probability - Conditional probability,  Random variable - Probability mass function - Probability density function  - Properties. Mathematical Expectation and Moments Relation between central and Non-central moments.

Unit-1
Teaching Hours:9
Probability and Random Variable
 

Axioms of probability - Conditional probability,  Random variable - Probability mass function - Probability density function  - Properties. Mathematical Expectation and Moments Relation between central and Non-central moments.

Unit-1
Teaching Hours:9
Probability and Random Variable
 

Axioms of probability - Conditional probability,  Random variable - Probability mass function - Probability density function  - Properties. Mathematical Expectation and Moments Relation between central and Non-central moments.

Unit-1
Teaching Hours:9
Probability and Random Variable
 

Axioms of probability - Conditional probability,  Random variable - Probability mass function - Probability density function  - Properties. Mathematical Expectation and Moments Relation between central and Non-central moments.

Unit-1
Teaching Hours:9
Probability and Random Variable
 

Axioms of probability - Conditional probability,  Random variable - Probability mass function - Probability density function  - Properties. Mathematical Expectation and Moments Relation between central and Non-central moments.

Unit-1
Teaching Hours:9
Probability and Random Variable
 

Axioms of probability - Conditional probability,  Random variable - Probability mass function - Probability density function  - Properties. Mathematical Expectation and Moments Relation between central and Non-central moments.

Unit-2
Teaching Hours:9
Standard Distributions
 

Binomial, Poisson, Geometric, Negative Binomial, Uniform, Exponential,  Gamma, Weibull and Normal distributions and their properties - Functions of  a random variable.  Moment generating functions and their properties.

Unit-2
Teaching Hours:9
Standard Distributions
 

Binomial, Poisson, Geometric, Negative Binomial, Uniform, Exponential,  Gamma, Weibull and Normal distributions and their properties - Functions of  a random variable.  Moment generating functions and their properties.

Unit-2
Teaching Hours:9
Standard Distributions
 

Binomial, Poisson, Geometric, Negative Binomial, Uniform, Exponential,  Gamma, Weibull and Normal distributions and their properties - Functions of  a random variable.  Moment generating functions and their properties.

Unit-2
Teaching Hours:9
Standard Distributions
 

Binomial, Poisson, Geometric, Negative Binomial, Uniform, Exponential,  Gamma, Weibull and Normal distributions and their properties - Functions of  a random variable.  Moment generating functions and their properties.

Unit-2
Teaching Hours:9
Standard Distributions
 

Binomial, Poisson, Geometric, Negative Binomial, Uniform, Exponential,  Gamma, Weibull and Normal distributions and their properties - Functions of  a random variable.  Moment generating functions and their properties.

Unit-2
Teaching Hours:9
Standard Distributions
 

Binomial, Poisson, Geometric, Negative Binomial, Uniform, Exponential,  Gamma, Weibull and Normal distributions and their properties - Functions of  a random variable.  Moment generating functions and their properties.

Unit-3
Teaching Hours:9
Two Dimensional Random Variables
 

Joint distributions - Marginal and conditional distributions – Covariance – Correlation and regression - Transformation of random variables – Central  limit theorem.

Unit-3
Teaching Hours:9
Two Dimensional Random Variables
 

Joint distributions - Marginal and conditional distributions – Covariance – Correlation and regression - Transformation of random variables – Central  limit theorem.

Unit-3
Teaching Hours:9
Two Dimensional Random Variables
 

Joint distributions - Marginal and conditional distributions – Covariance – Correlation and regression - Transformation of random variables – Central  limit theorem.

Unit-3
Teaching Hours:9
Two Dimensional Random Variables
 

Joint distributions - Marginal and conditional distributions – Covariance – Correlation and regression - Transformation of random variables – Central  limit theorem.

Unit-3
Teaching Hours:9
Two Dimensional Random Variables
 

Joint distributions - Marginal and conditional distributions – Covariance – Correlation and regression - Transformation of random variables – Central  limit theorem.

Unit-3
Teaching Hours:9
Two Dimensional Random Variables
 

Joint distributions - Marginal and conditional distributions – Covariance – Correlation and regression - Transformation of random variables – Central  limit theorem.

Unit-4
Teaching Hours:9
Testing Tools
 

Testing of hypothesis, small and large samples, student t – test, F – test, chi – square test, testing by statistical tools.

Unit-4
Teaching Hours:9
Testing Tools
 

Testing of hypothesis, small and large samples, student t – test, F – test, chi – square test, testing by statistical tools.

Unit-4
Teaching Hours:9
Testing Tools
 

Testing of hypothesis, small and large samples, student t – test, F – test, chi – square test, testing by statistical tools.

Unit-4
Teaching Hours:9
Testing Tools
 

Testing of hypothesis, small and large samples, student t – test, F – test, chi – square test, testing by statistical tools.

Unit-4
Teaching Hours:9
Testing Tools
 

Testing of hypothesis, small and large samples, student t – test, F – test, chi – square test, testing by statistical tools.

Unit-4
Teaching Hours:9
Testing Tools
 

Testing of hypothesis, small and large samples, student t – test, F – test, chi – square test, testing by statistical tools.

Unit-5
Teaching Hours:9
Design of Experiments
 

Completely Randomized Design (C. R. D.), Analysis of Variance (ANOVA), Analysis of Variance for One and Two Factor of Classification.

Unit-5
Teaching Hours:9
Design of Experiments
 

Completely Randomized Design (C. R. D.), Analysis of Variance (ANOVA), Analysis of Variance for One and Two Factor of Classification.

Unit-5
Teaching Hours:9
Design of Experiments
 

Completely Randomized Design (C. R. D.), Analysis of Variance (ANOVA), Analysis of Variance for One and Two Factor of Classification.

Unit-5
Teaching Hours:9
Design of Experiments
 

Completely Randomized Design (C. R. D.), Analysis of Variance (ANOVA), Analysis of Variance for One and Two Factor of Classification.

Unit-5
Teaching Hours:9
Design of Experiments
 

Completely Randomized Design (C. R. D.), Analysis of Variance (ANOVA), Analysis of Variance for One and Two Factor of Classification.

Unit-5
Teaching Hours:9
Design of Experiments
 

Completely Randomized Design (C. R. D.), Analysis of Variance (ANOVA), Analysis of Variance for One and Two Factor of Classification.

Text Books And Reference Books:

Text Books:

T1. Ross, S., “A first course in probability”, 9th Edition, Pearson Education, Delhi,  2012.

T2. T.Veerarajan, “Probability, Statistics and Random process”, 3rd Edition, Tata McGraw Hill, New Delhi,  2008.

Essential Reading / Recommended Reading

Reference Books:

R1. Allen., A.O., “Probability, Statistics and Queuing Theory”, Academic press, New Delhi, 1981. 

R2. Taha, H. A., “Operations Research-An Introduction”, Seventh Edition, Pearson      Education Edition Asia, Delhi, 2002.

R3.  George G. Roussas, “A Course in Mathematical Statistics”, Third Edition. 

R4.  Hogg and Tanis , “Probability and Statistical Inference”, 8th edition, (Prentice Hall, ISBN  0-321-58475-5)

Evaluation Pattern
Courses with 3 credits (Only Theory)
CIA 1 – 20 Marks
CIA 2 – 50 Marks
CIA 3 – 20 Marks
End Semester Examination – 100 Marks
Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

MIMBA432 - ORGANISATIONAL BEHAVIOUR (2023 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:4
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description: The course is offered as a mandatory core course for all students in Trimester II.  The course introduces students to a comprehensive set of concepts and theories, facts about human behaviour and organizations that have been acquired over the years. The subject focuses on ways and means to improve productivity, minimize absenteeism, increase employee engagement and so on thus, contributing to the overall effectiveness. The basic discipline of the course is behavioral science, sociology, social psychology, anthropology and political science

 

Course Objectives: To make sense of human behaviour, use of common sense and intuition is largely inadequate because human behaviour is seldom random. Every human action has an underlying purpose which was aimed at personal or societal interest. Moreover, the uniqueness of each individual provides enough challenges for the managers to predict their best behaviour at any point of time. A systematic study of human behaviour looks at the consistencies, patterns and cause effect relationships which will facilitate understanding it in a reasonable extent. Systematic study replaces the possible biases of intuition that can sabotage the employee morale in organizations

Learning Outcome

CO1: Determine the individual and group behavior in the workplace

CO2: Assess the concepts of personality, perception and learning in Organizations

C03: Analyze various job-related attitudes

CO4: Design motivational techniques for job design, employee involvement, incentives, rewards & recognitions

CO5: Manage effective groups and teams in organizations

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-1
Teaching Hours:9
Introduction to Organizational Behaviour
 

Historical Development, Behavioural sciences and Organizational behaviour, Meaning, Importance, Basic concepts, methods and tools for understanding behaviour, Challenges and Opportunities, OB model, ethical issues in organizational Behaviour.

 

Cross-cultural management, managing multicultural teams, communicating across cultures, OB in the digital age.

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-2
Teaching Hours:9
Individual Behaviour ? Personality, Perception and Learning
 

Personality:  Foundations of individual behaviour, Personality, Meaning and Importance, Development of personality, Determinants of personality, Theories of personality, Relevance of personality to managers. 

Perception: Nature, Importance and Definition of Perception, Factors involved in perception, The Perceptual Process, Perceptual Selectivity and Organization, Applications in Organizations. 

Learning: Definition and Importance, Theories of learning, Principles of learning, Shaping as managerial tool

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-3
Teaching Hours:9
Attitudes, Values & Job Satisfaction
 

Attitudes: Sources and types of attitudes, Attitude formation and change, Cognitive Dissonance Theory. Effects of employee attitude, Job related attitudes 

Values: meaning, importance, source and types, and applications in organizations. 

Job satisfaction: Measuring Job Satisfaction, Causes of Job Satisfaction, impact of satisfied and dissatisfied employees on the workplace

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-4
Teaching Hours:9
Motivation
 

Meaning, process and significance of motivation, Early Theories of motivation: Hierarchy of Needs, Theory X Theory Y, Two Factor theory, McClelland Theory of Needs, Contemporary Theories of Motivation: Goal Setting theory, Self-Efficacy theory, Equity theory/Organizational justice, Expectancy theories, Motivation theories applied in organizations: Job design, employee involvement, rewards and global implications

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Unit-5
Teaching Hours:9
Groups & Teams
 

Groups: Meaning, classification and nature of groups, Stages of group development, an alternative model for Temporary Groups with punctuated equilibrium model, Group properties: Roles, Norms, Status, Size and Cohesiveness, Group decision making.

Teams: Meaning of teams, Types of teams, Creating Effective teams, what makes individuals into effective team players, Team development, Team decision making

Text Books And Reference Books:

T1. Robbins, S P., Judge, T A and Vohra, N (2016).  Organizational Behavior. 16th Edition, Prentice Hall of India

Essential Reading / Recommended Reading

T1. Robbins, S P., Judge, T A and Vohra, N (2016).  Organizational Behavior. 16th Edition, Prentice Hall of India

Evaluation Pattern

CIA1 - 20

MSE - 50

CIA 3- 20

ESE - 100

MIPSY432 - PEOPLE THOUGHTS AND SITUATIONS (2023 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:4
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description

The course is an exploration of the prevailing theories and empirical methods that explain about people’s thoughts, feelings and behaviors in a social context. This throws light on cognitive and social factors that influence human behavior, especially in situations populated by others.

 

Course Objectives

  1. To understand different ways of thinking about people and the perception of self in social situations
  2. To comprehend factors of affect related to cognition in a social context
  3. To develop knowledge about the dynamics of person in different situation in a social living

Learning Outcome

CO 1: To understand the thinking patterns of people and the perception of self in various cultural contexts

CO 2: To comprehend factors of affect related to cognition in a social context

CO 3: To inculcate dynamics of person in different situation

CO 4: To evaluate the person and situation by using psychometric tests

Unit-1
Teaching Hours:6
Introduction to Self
 

Definition,

Person perception

Self-concept

Self-presentation

Self-esteem.

Unit-1
Teaching Hours:6
Introduction to Self
 

Definition,

Person perception

Self-concept

Self-presentation

Self-esteem.

Unit-1
Teaching Hours:6
Introduction to Self
 

Definition,

Person perception

Self-concept

Self-presentation

Self-esteem.

Unit-1
Teaching Hours:6
Introduction to Self
 

Definition,

Person perception

Self-concept

Self-presentation

Self-esteem.

Unit-1
Teaching Hours:6
Introduction to Self
 

Definition,

Person perception

Self-concept

Self-presentation

Self-esteem.

Unit-2
Teaching Hours:10
Affect and Cognition
 

Emotions - Positive and negative affect; Thoughts and expressions; Selective attention; Information processing; Memory; Cognitive appraisal; Judgment and Decision Making; Problem Solving

Unit-2
Teaching Hours:10
Affect and Cognition
 

Emotions - Positive and negative affect; Thoughts and expressions; Selective attention; Information processing; Memory; Cognitive appraisal; Judgment and Decision Making; Problem Solving

Unit-2
Teaching Hours:10
Affect and Cognition
 

Emotions - Positive and negative affect; Thoughts and expressions; Selective attention; Information processing; Memory; Cognitive appraisal; Judgment and Decision Making; Problem Solving

Unit-2
Teaching Hours:10
Affect and Cognition
 

Emotions - Positive and negative affect; Thoughts and expressions; Selective attention; Information processing; Memory; Cognitive appraisal; Judgment and Decision Making; Problem Solving

Unit-2
Teaching Hours:10
Affect and Cognition
 

Emotions - Positive and negative affect; Thoughts and expressions; Selective attention; Information processing; Memory; Cognitive appraisal; Judgment and Decision Making; Problem Solving

Unit-3
Teaching Hours:10
The Person in the Situation - I
 

Justifying our actions, Social Relations: Stereotypes; Prejudice: Definition and Types, Sources of Prejudice, Consequences of Prejudice; Strategies to reduce prejudice; Attribution, Attitude and Attitude Change.

Unit-3
Teaching Hours:10
The Person in the Situation - I
 

Justifying our actions, Social Relations: Stereotypes; Prejudice: Definition and Types, Sources of Prejudice, Consequences of Prejudice; Strategies to reduce prejudice; Attribution, Attitude and Attitude Change.

Unit-3
Teaching Hours:10
The Person in the Situation - I
 

Justifying our actions, Social Relations: Stereotypes; Prejudice: Definition and Types, Sources of Prejudice, Consequences of Prejudice; Strategies to reduce prejudice; Attribution, Attitude and Attitude Change.

Unit-3
Teaching Hours:10
The Person in the Situation - I
 

Justifying our actions, Social Relations: Stereotypes; Prejudice: Definition and Types, Sources of Prejudice, Consequences of Prejudice; Strategies to reduce prejudice; Attribution, Attitude and Attitude Change.

Unit-3
Teaching Hours:10
The Person in the Situation - I
 

Justifying our actions, Social Relations: Stereotypes; Prejudice: Definition and Types, Sources of Prejudice, Consequences of Prejudice; Strategies to reduce prejudice; Attribution, Attitude and Attitude Change.

Unit-4
Teaching Hours:10
The Person in the Situation - II
 

Aggression: Perspectives, Causes; Prevention and Control of Aggression; Pro-social Behavior.

Practicum: Pro-social behavior scale

Unit-4
Teaching Hours:10
The Person in the Situation - II
 

Aggression: Perspectives, Causes; Prevention and Control of Aggression; Pro-social Behavior.

Practicum: Pro-social behavior scale

Unit-4
Teaching Hours:10
The Person in the Situation - II
 

Aggression: Perspectives, Causes; Prevention and Control of Aggression; Pro-social Behavior.

Practicum: Pro-social behavior scale

Unit-4
Teaching Hours:10
The Person in the Situation - II
 

Aggression: Perspectives, Causes; Prevention and Control of Aggression; Pro-social Behavior.

Practicum: Pro-social behavior scale

Unit-4
Teaching Hours:10
The Person in the Situation - II
 

Aggression: Perspectives, Causes; Prevention and Control of Aggression; Pro-social Behavior.

Practicum: Pro-social behavior scale

Unit-5
Teaching Hours:10
Group Dynamics
 

Nature of Groups; Basic Processes, Group Performance, Group Decision Making; Group Interaction (Facilitation, Loafing)

Practicum: Sociometry

Unit-5
Teaching Hours:10
Group Dynamics
 

Nature of Groups; Basic Processes, Group Performance, Group Decision Making; Group Interaction (Facilitation, Loafing)

Practicum: Sociometry

Unit-5
Teaching Hours:10
Group Dynamics
 

Nature of Groups; Basic Processes, Group Performance, Group Decision Making; Group Interaction (Facilitation, Loafing)

Practicum: Sociometry

Unit-5
Teaching Hours:10
Group Dynamics
 

Nature of Groups; Basic Processes, Group Performance, Group Decision Making; Group Interaction (Facilitation, Loafing)

Practicum: Sociometry

Unit-5
Teaching Hours:10
Group Dynamics
 

Nature of Groups; Basic Processes, Group Performance, Group Decision Making; Group Interaction (Facilitation, Loafing)

Practicum: Sociometry

Text Books And Reference Books:

Myers, D.G (2002) Social Psychology,.New York: McGraw Hill Companies.

Baron, Robert A. and Byrne, D. (2001) .Social Psychology 8 th Edition (Reprint).New Delhi:Prentice-Hall of India Pvt Ltd.

Baumeister.R.F. and Bushman,B.J. (2008).Social Psychology and Human nature. Belmont,CA:Thomson Wadsworth

 

Essential Reading / Recommended Reading

Tuffin, K. (2005). Understanding critical social psychology. London: Sage Publications.

Brehm, S.S. and Kassin, SN. (1996) Social Psychology. Boston : Houghton Mifflin Company.

Crisp, R.J. and Turner, R.N. (2007), Essential Social Psychology. New Delhi: Sage Publications India Pvt., Ltd.

Taylor ,S .E, Peplau, L.A and Sears, D.O. (2006) Social Psychology. New Delhi: Pearson Prentice-Hall of India.

Misra, G., & Dalal, A. K. (2001). Social Psychology in India: Evolution and Emerging Trends. In K. A. Dala, & G. Misra, New Directions in Indian Psychology. New Delhi: Sage.

Evaluation Pattern

Group Assignment - 20 marks

Individual Assignment -  20 marks

Mid semester - 25 marks

OEC471 - NCC4 (2023 Batch)

Total Teaching Hours for Semester:15
No of Lecture Hours/Week:1
Max Marks:50
Credits:1

Course Objectives/Course Description

 

This course offers an integrated approach to disaster management, physical training, and aviation operations, designed to prepare students for effective response and leadership in emergency situations. It includes comprehensive training in physical fitness, fundamental drill techniques, aviation medicine, and standard operating procedures for ground handling. Students will also engage in practical exercises such as obstacle courses and social service activities to develop their skills in operational readiness, safety checks, and community engagement. This course equips students with the necessary skills to manage disasters effectively, maintain high safety standards, and contribute positively to their communities.

Master standard ground handling procedures and conduct thorough internal and external safety checks to ensure operational readiness and safety in aviation environments.

Apply principles of disaster management to effectively plan for and respond to emergency situations, ensuring efficient and coordinated disaster response.

Integrate theoretical knowledge with practical skills to address various challenges in disaster management and aviation safety, ensuring a comprehensive approach to both personal and professional development.

Learning Outcome

CO1: Demonstrate improved physical fitness, including cardiovascular endurance, strength, and flexibility, while mastering fundamental foot and rifle drills.

CO2: Exhibit leadership skills and effectively apply disaster management principles in practical scenarios

CO3: Demonstrate comprehensive knowledge and application of aviation safety protocols, including health and safety in aviation, medical emergencies and first aid, standard ground handling procedures

Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-1
Teaching Hours:5
Physical Fitness and Drill Techniques
 
  • Foot Drill

    • Drill Movements and Commands: Perform essential drill movements and commands with precision.
    • Marching Techniques: Achieve accuracy in marching and maintaining formations.

    2. Rifle Drill

    • Rifle Handling and Safety: Master safe and effective rifle handling procedures.
    • Rifle Drill Movements: Execute rifle drills with proper posture and coordination.

    3. Ceremonial Drill

    • Conduct ceremonial drills, including inspections and parades, with precision and adherence to formal procedures
Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-2
Teaching Hours:5
Leadership and Disaster Management
 
  • Leadership Development
    • Effective communication and teamwork
    • Decision-making and problem-solving
  • Disaster Management 1
    • Principles of disaster management
    • Risk assessment and mitigation strategies
  • Disaster Management 2
    • Emergency response planning
    • Recovery and resilience building

 

Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Unit-3
Teaching Hours:5
Aviation Safety and Operational Procedures
 
  • Aviation Medicine
    • Health and safety in aviation
    • Medical emergencies and first aid
  • Standard Ground Handling Procedures
    • Aircraft ground handling protocols
    • Safety checks before external inspections
  • Internal & External Checks
    • Detailed inspection procedures
    • Ensuring operational readiness and safety
Text Books And Reference Books:

1.Airwing Cadet Handbook, Specialized Subject SD/SW, Maxwell Press, 2016.

2. Airwing Cadet Handbook, Common Subject SD/SW, Maxwell Press, 2015.

Essential Reading / Recommended Reading

1.Airwing Cadet Handbook, Specialized Subject SD/SW, Maxwell Press, 2016.

2. Airwing Cadet Handbook, Common Subject SD/SW, Maxwell Press, 2015.

Evaluation Pattern

Attendance

(5)

Camp Attended(5)

Performance
Contribution
(10)

Personal and
Unit
Development (10)

Written Exam Marks  (20)

Total(50)

 

 

 

 

 

Evaluation Criteria

Excellent

Good

Average

Needs Improvement

Poor

9-10

7-8

6-7

5

0

Attendance

Has Participated in >= 95% of the NCC activities

Has Participated in >= 90%  and <95% of the NCC activities

Has Participated in >= 85%  and <90% of the NCC activities

Has Participated in >= 80%  and <85% of the NCC activities

Has attendance percentage less than 80%

Camp Attended(20)

10

9

6-8

5

0

National camp(RD)

National cam p AIVSC

Other National camps

Unit level Camps

No camps

Performance Contribution

8 – 10

6 – 7

4 – 5

1 – 3

0

Was a self-starter; consistently sought new challenges and asked for additional work assignments; regularly approached and solved problems independently; frequently proposed innovative and creative ideas, solutions, and/or options

Worked without extensive supervision; in some cases, found problems to solve and sometimes asked for additional work assignments; normally set his/her own goals and, in a few cases, tried to exceed requirements; offered some creative ideas

Had little observable drive and required close supervision; showed little if any interest in meeting standards; did not seek out additional work and frequently procrastinated in completing assignments; suggested no new ideas or options

Wasn’t regular.

No new ideas projected or discussed.

Didn’t complete the given tasks in the mentioned time limit.

Hasn’t visited the company.

 

8 – 10

6 – 7

4 – 5

1 – 3

0

Personal and
Professional
Development

Will develop a practical “working knowledge” and understanding of NCC expectations.

 

 

Will develop a practical “working knowledge” and understanding of workplace expectations.

 

 

Will develop a general understanding of workplace expectations.

 

 

Activities participated did not provide/or allow for understanding of workplace expectations.

 

 

Hasn’t Contributed to NCC

OEC472 - ABILITY ENHANCEMENT COURSE - IV (2023 Batch)

Total Teaching Hours for Semester:42
No of Lecture Hours/Week:2
Max Marks:50
Credits:1

Course Objectives/Course Description

 

Course Description:

This course enhances essential skills across five units: presentation and writing skills, assertiveness and teamwork, interview techniques, quantitative aptitude, and C++ programming. It covers planning and delivering presentations, advanced writing practices, assertive communication, effective teamwork, and mastering job interviews. The course also includes mathematical concepts like averages, data sufficiency, permutations, combinations, and probability. Additionally, it provides comprehensive training in C++ programming, focusing on object-oriented principles, dynamic memory management, and advanced features.

Course Objective:

1. Develop effective presentation skills, including planning, structuring, and engaging the audience.

2. Enhance writing proficiency with a focus on paragraph organization, proper punctuation, and error correction.

3. Cultivate assertive communication and teamwork strategies for collaborative success.

4. Master interview techniques, including preparation, execution, and follow-up.

5. Understand and apply mathematical concepts in averages, mixtures, data sufficiency, permutations, combinations, and probability.

Learning Outcome

CO1: Deliver structured and visually supported presentations with confidence.

CO2: Write coherent, concise, and error-free documents.

CO3: Communicate assertively and work effectively within teams.

CO4: Successfully navigate various types of interviews and handle challenging questions.

CO5: Solve complex mathematical problems involving averages, mixtures, permutations, combinations, and probability.

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-1
Teaching Hours:6
Presentation Skills
 

Planning and Structuring a Presentation

> Effective Use of Visual Aids

> Engaging the Audience: Techniques and Strategies

> Overcoming Stage Fear

> Evaluating Presentation Success

Nature and Style of sensible writing :

1. Organizing Principles of Paragraphs in Documents, Writing Introduction and Conclusion, Importance of

Proper Punctuation, The Art of Condensation (Precise writing) and Techniques in Essay writing, Common

Errors due to Indianism in English Communication, Creating Coherence and Cohesion, Sentence

arrangements exercises, Practice of Sentence Corrections activities. Importance of Summarising and

Paraphrasing.

2. Misplaced modifiers, Contractions, Collocations, Word Order, Errors due to the Confusion of words,

Common errors in the use of Idioms and phrases, Gender, Singular & Plural. Redundancies & Clichés.

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-2
Teaching Hours:6
Assertiveness
 

> Understanding the Difference: Assertiveness vs Aggressiveness

> Benefits of Being Assertive

> Techniques for Assertive Communication

> Saying No Politely and Firmly

> Assertiveness Role-Plays

 

Team Work and Collaboration

> Characteristics of Effective Teams

> Roles and Responsibilities within Teams

> Strategies for Collaborative Work

> Handling Team Conflicts

> Celebrating Team Successes

 

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-3
Teaching Hours:6
Interview Skills
 

Interview Skills

 

> Introduction to Interviews

> The Purpose of an Interview

> Different Types of Interviews: Telephonic, Face-to-face, Panel, Behavioral, and Technical

 

> Before the Interview

> Researching the Company/Organization

> Analyzing the Job Description

> Preparing Relevant Answers for Common Interview Questions

 

> During the Interview

> Dress Code and Personal Grooming

> Body Language: Eye Contact, Posture, and Handshake

> Listening Actively and Responding Clearly

> Asking Thoughtful Questions to the Interviewer

 

> Technical vs Behavioral Interviews

> Understanding Technical Skill Evaluation

> STAR Technique (Situation, Task, Action, Result) for Behavioral Questions

 

> Handling Challenging Questions and Situations

> Addressing Gaps in Employment

> Discussing Strengths, Weaknesses, and Failures

> Navigating Salary Discussions

 

> After the Interview

> Crafting a Follow-up Email or Letter

> Reflecting on Interview Performance

> Preparing for the Next Steps

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-4
Teaching Hours:8
Averages and Alligations mixtures:
 

Average: relevance of average, meaning of average, properties of average, deviation method, concept of weighted average. Allegation method: a situation where allegation technique, general representation of allegations, the straight line approach, application of weighted average and allegation method in problems involving mixtures. Application of alligation on situations other than mixtures problems.

 

Data Sufficiency: Questions based on

> Quantitative aptitude

> Reasoning aptitude

> Puzzles

Permutation and Combination: Understanding the difference between the permutation and combination, Rules of Counting-rule of addition, rule of multiplication, factorial function, Concept of step arrangement, Permutation of things when some of them are identical, Concept of 2n, Arrangement in a circle.

Probability: Single event probability, multi event probability, independent events and dependent events, mutually exclusive events, non-mutually exclusive events, combination method for finding the outcomes.

 

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Unit-5
Teaching Hours:14
C++ Object oriented Programming
 

· Class and Objects

 · Dynamic Memory Management POP,

 · OOPs in C++

 · Console Input / Output in C++

 · Comment lines in C++

 · Importance of function prototyping in C++

 · Function overloading

 · Inline functions and default arguments

 · Scope Resolution Operator

 · Structures

 · Defining function outside the class

 · Friend functions, Friend class

 · Array of class objects

 · Passing class objects to and returning class objects from functions

 · Nested classes, Namespaces

 · Dynamic memory allocation using new and deallocation

 new handler function

Text Books And Reference Books:

1.Title: The Elements of Style

 

Author: William Strunk Jr. and E.B. White

 

Publisher: Pearson

 

Edition: 4th Edition

ISBN: 9780205309023.

2.Title: Cracking the Coding Interview

 

Author: Gayle Laakmann McDowell

 

Publisher: CareerCup

 

Edition: 6th Edition

ISBN: 9780984782857

 

Essential Reading / Recommended Reading

1.Title: The Assertiveness Workbook: How to Express Your Ideas and Stand Up for Yourself at Work and in Relationships

Author: Randy J. Paterson

Publisher: New Harbinger Publications

Edition: 1st Edition

ISBN: 9781572242098.

2.Title: Quantitative Aptitude for Competitive Examinations

    Author: R.S. Aggarwal

    Publisher: S. Chand Publishing

    Edition: 2021

    ISBN: 9789352836509

 

3. Title: How to Prepare for Quantitative Aptitude for the CAT

    Author: Arun Sharma

    Publisher: McGraw Hill Education

 

    Edition: 10th Edition (2022).

4.Title: Let Us C++

 

   Author: YashavantKanetkar

 

   Publisher: BPB Publications

 

   Edition: 2nd Edition

 

   ISBN: 9789387284904

 

 

 

   Solutions Book:

 

 4.  Title: Let Us C++ Solutions

 

   Author: YashavantKanetkar

 

   Publisher: BPB Publications

 

   Edition: 1st Edition

   ISBN: 9789387284911

 

Evaluation Pattern

Total Credits=1

Overall CIA=50 Marks.

AIML532 - INTRODUCTION TO MACHINE LEARNING (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course objectives:

• To understand the need for machine learning

• To discover supervised and unsupervised learning paradigm of machine learning

• To learn various machine learning techniques

• To design suitable machine learning algorithms for solving problems

Learning Outcome

CO1: Outline various supervised learning methods.

CO2: Summarize various unsupervised learning methods.

CO3: Experiment with the basics of neural networks and back propagation algorithm for problem solving.

CO4: Apply the concept of Bayesian theory to machine learning.

CO5: Make use of different learning techniques in the Machine Learning.

Unit-1
Teaching Hours:9
Supervised Learning
 

Basic methods: Distance-based methods, Nearest-Neighbours, Decision Trees, Naive Bayes. Linear models: Linear Regression, Logistic Regression, Generalized Linear Models, Support Vector Machines.

Unit-2
Teaching Hours:9
Unsupervised Learning
 

Clustering: K-means/Kernel K-means, Dimensionality Reduction: PCA and kernel PCA, Matrix Factorization and Matrix Completion

Unit-3
Teaching Hours:9
Neural Networks
 

Neural Network Representation – Problems – Perceptrons – Multilayer Networks and Back Propagation Algorithms – Advanced Topics.

Unit-4
Teaching Hours:9
Bayesian and Computational Learning
 

Bayes Theorem – Concept Learning – Maximum Likelihood – Minimum Description Length Principle – Bayes Optimal Classifier – Gibbs Algorithm – Naïve Bayes Classifier – Bayesian Belief Network – EM Algorithm

Unit-5
Teaching Hours:9
Instance-Based, Analytical Learning and Inductive based Learning
 

K- Nearest Neighbour Learning – Locally weighted Regression – Radial Basis Functions – Case Based Learning- Learning from perfect domain theories-Explanation based learning-Search control knowledge

Text Books And Reference Books:

1. Kevin Murphy, Machine Learning: A Probabilistic Perspective, MIT Press, 2012

2. Tom M. Mitchell, ―Machine Learning, McGraw-Hill Education (India) Private Limited, 2013.

Essential Reading / Recommended Reading

1. EthemAlpaydin, ―Introduction to Machine Learning (Adaptive Computation and Machine Learning), The MIT Press 2004.

2. Stephen Marsland, ―Machine Learning: An Algorithmic Perspective, CRC Press, 2009.

3. T. Hastie, R. Tibshirani, J. H. Friedman, “The Elements of Statistical Learning”, Springer; 1st edition, 2001.

4. Christopher Bishop, Pattern Recognition and Machine Learning, Springer, 2007.

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

 

 

AIML543PE04 - TEXT AND SPEECH ANALYSIS (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:50
Credits:3

Course Objectives/Course Description

 

Course Description: 

This course in Text and Speech Analysis explores the interdisciplinary field that combines linguistics, computer science, and data science to extract meaningful insights from written and spoken language. Students will gain a comprehensive understanding of the fundamental principles, techniques, and applications involved in analyzing textual and spoken data.

Course Objective:

1.Understand natural language processing basics and apply classification algorithms to text documents.

2.Build question-answering and dialogue systems.

3.Develop a speech recognition system and a speech synthesizer.

 

 

Learning Outcome

CO1: Apply Natural language preprocessing techniques for text using NLTK

CO2: Apply deep learning techniques for text classification and word embedding techniques.

CO3: Develop language models for Question Answering and build a chatbots, dialogue system.

CO4: Develop deep learning models to convert text to speech.

CO5: Apply deep learning models for building speech recognition and text-to-speech systems.

Unit-1
Teaching Hours:12
Natural Language Basics
 

Foundations of natural language processing, Language Syntax and Structure-Text Preprocessing and Wrangling, Text tokenization, Stemming, Lemmatization, Removing stop words, Feature Engineering for Text representation, Bag of Words model, Bag of N-Grams model, TF-IDF model

Unit-2
Teaching Hours:12
Text Classification
 

Vector Semantics and Embeddings, Word Embeddings, Word2Vec model, Glove model, FastText model, Overview of Deep Learning models, RNN, Transformers, Overview of Text Summarization and Topic Models.

Unit-3
Teaching Hours:12
Question Answering and Dialogue Systems
 

Information retrieval, IR-based question answering, knowledge-based question answering, language models for QA, classic QA models, chatbots, Design of dialogue systems, evaluating dialogue systems.

Unit-4
Teaching Hours:12
Text-To-Speech Synthesis
 

Overview, Text normalization, Letter-to-sound, Prosody, Evaluation, Signal processing - Concatenative and parametric approaches, WaveNet and other deep learning-based TTS systems.

 

Unit-5
Teaching Hours:12
Automatic Speech Recognition
 

Speech recognition: Acoustic modelling, Feature Extraction - HMM, HMM-DNN systems

Text Books And Reference Books:

Daniel Jurafsky and James H. Martin, “Speech and Language Processing: An Introduction to Natural Language Processing, Computational Linguistics, and Speech Recognition”, Third Edition, 2022.

Essential Reading / Recommended Reading

R1. Dipanjan Sarkar, “Text Analytics with Python: A Practical Real-World approach to Gaining Actionable insights from your data”, A Press, 2018.

R2.Steven Bird, Ewan Klein, and Edward Loper, “Natural  language processing with Python”, O’REILLY.

R3.Lawrence Rabiner, Biing-Hwang Juang, B. Yegnanarayana, “Fundamentals of Speech Recognition” 1st Edition, Pearson, 2009.

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 50 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

CS531P - COMPUTER NETWORKS (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

This course describes an overview of the concepts in Computer Networks and the functionality of Protocols used in OSI and TCP/IP layered architecture. The course will focus on the design, implementation, analysis, and evaluation of large-scale networked systems. The structure of this course is designed specifically for the students to understand the fundamentals of networks theoretically and to acquire practical Hands-on skills on working with various protocols and networking devices in the TCP/IP Model. This course describes an overview on the future modern networking technologies and the requirements that have evolved for the future networking environment. At the end of the course, the students find themselves comfortable in taking either of the direction- industrial job or further research in networking.

Course Objective:

The objective of the course is to understand

1. Basic functionality of OSI and TCP/IP architecture

2. Protocol functionality of TCP/IP Model

3. Analysis of different MAC, IP, Routing, Transport, and application layer protocols.

 

4. Requirements for the future Internet and its impact on the computer network architecture

Learning Outcome

CO1: Explain the TCP/IP architecture and functionalities of each layer.

CO2: Identify and Experiment with the suitable MAC Protocol for flow control and error control mechanism in Data link layer.

CO3: Compare the IP Addressing scheme and analyze the working principle of Routing Protocols in the network layer.

CO4: Analyze the Transport layer protocols and the principal functions that operates over an unreliable network service.

CO5: Analyze the functionality of the various Application layer protocols and outline key elements of a Modern Networking

Unit-1
Teaching Hours:8
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies-Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

Unit-1
Teaching Hours:8
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies-Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

Unit-1
Teaching Hours:8
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies-Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

Unit-1
Teaching Hours:8
Overview of Data Communication and Networking
 

Introduction- Data communications: Components - Data Communication- Data Flow- Network Topologies-Categories of Network – Protocol Layering –OSI Model-TCP/IP Protocol Suite. Digital Transmission – Digital to Digital Conversion- Line coding -Line Coding Schemes –Introduction to Transmission Media.

Unit-2
Teaching Hours:8
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

Unit-2
Teaching Hours:8
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

Unit-2
Teaching Hours:8
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

Unit-2
Teaching Hours:8
Data-Link Layer
 

Introduction – Link Layer Addressing – Error Detection and Correction- Cyclic Codes- Check sum- Forward Error correction –Data Link Layer Protocols- Automatic Repeat (ARQ) protocols -Stop and Wait, Go-Back-N, Selective Repeat, HDLC.

Unit-3
Teaching Hours:11
Network Layer and Routing Protocols
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF. 

Unit-3
Teaching Hours:11
Network Layer and Routing Protocols
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF. 

Unit-3
Teaching Hours:11
Network Layer and Routing Protocols
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF. 

Unit-3
Teaching Hours:11
Network Layer and Routing Protocols
 

Introduction – Network-Layer Services– Packet Switching– IPv4 Addresses – Internet Protocol (IP)-IPV4, IPv6, Subnetting. Introduction - Routing Algorithms- Distance Vector Routing, Link State Routing, Path Vector Routing, Unicast Routing Protocols- RIP, OSPF. 

Unit-4
Teaching Hours:10
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

Unit-4
Teaching Hours:10
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

Unit-4
Teaching Hours:10
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

Unit-4
Teaching Hours:10
Transport Layer Protocols- UDP and TCP
 

Introduction – Services, Port Numbers, User Datagram Protocol- User Datagram, UDP Services, UDP Applications. Transmission Control Protocol- TCP Services, TCP features. Congestion control - Flow Control to Improve Qos

Unit-5
Teaching Hours:8
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

Unit-5
Teaching Hours:8
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

Unit-5
Teaching Hours:8
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

Unit-5
Teaching Hours:8
Application Layer and Introduction to Network Security
 

Introduction – DNS- SMTP- DHCP- FTP- HTTP-Telnet. Network Security-Introduction-Security Goals- Attacks- Firewalls. Foundations of Modern Networking-Introduction: Software Defined Networking -SDN Architecture, Virtualization.

Text Books And Reference Books:

T1. Forouzan, B. A. (2021). Data communications and networking (6th ed.). New York, NY: McGraw-Hill. Type: Textbook. ISBN: 978-1-260-59782-0

Essential Reading / Recommended Reading

R1. William Stallings. (2014) Data and Computer Communications 10th Edition Pearson Education ISBN 13: 978-1-29-201438-8

R2. Larry L. Peterson, Bruce S. Davie, Computer Networks (2021): A Systems Approach (The Morgan Kaufmann Series in Networking), Morgan Kaufmann. ISBN- 9780128182000

 

Evaluation Pattern
  • CIA 1 – 20 Marks
  • CIA 2 – 50 Marks
  • CIA 3 – 20 Marks
  • Practical – 50 Marks
  • End Semester Examination – 100 Marks
  • Attendance – 5 Marks
 
(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CS533P - DESIGN AND ANALYSIS OF ALGORITHMS (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 
  • To introduce basic concepts of algorithms
  • To introduce mathematical aspects and analysis of algorithms
  • To introduce sorting and searching algorithms
  • To introduce various algorithmic techniques
  • To introduce algorithm design methods.

Learning Outcome

CO1: Demonstrate the process of algorithmic problem solving with time and space complexity

CO2: Identify algorithm design techniques for searching and sorting

CO3: Inspect algorithms under divide and conquer technique

CO4: Solve problems by applying dynamic programming techniques and determine the efficiency of algorithms

CO5: Interpret the limitations of Algorithm power and demonstrate backtracking technique

Unit-1
Teaching Hours:9
INTRODUCTION AND FUNDAMENTALS OF THE ANALYSIS OF ALGORITHM EFFICIENCY
 

Introduction, Notion of Algorithm, Fundamentals of Algorithmic Solving, Important Problem Types, Fundamentals of the Analysis Framework, Mathematical Analysis of Non-recursive Algorithm, Mathematical Analysis of Recursive Algorithm and examples, Empirical Analysis of Algorithms and Algorithm Visualization.

Unit-1
Teaching Hours:9
INTRODUCTION AND FUNDAMENTALS OF THE ANALYSIS OF ALGORITHM EFFICIENCY
 

Introduction, Notion of Algorithm, Fundamentals of Algorithmic Solving, Important Problem Types, Fundamentals of the Analysis Framework, Mathematical Analysis of Non-recursive Algorithm, Mathematical Analysis of Recursive Algorithm and examples, Empirical Analysis of Algorithms and Algorithm Visualization.

Unit-1
Teaching Hours:9
INTRODUCTION AND FUNDAMENTALS OF THE ANALYSIS OF ALGORITHM EFFICIENCY
 

Introduction, Notion of Algorithm, Fundamentals of Algorithmic Solving, Important Problem Types, Fundamentals of the Analysis Framework, Mathematical Analysis of Non-recursive Algorithm, Mathematical Analysis of Recursive Algorithm and examples, Empirical Analysis of Algorithms and Algorithm Visualization.

Unit-1
Teaching Hours:9
INTRODUCTION AND FUNDAMENTALS OF THE ANALYSIS OF ALGORITHM EFFICIENCY
 

Introduction, Notion of Algorithm, Fundamentals of Algorithmic Solving, Important Problem Types, Fundamentals of the Analysis Framework, Mathematical Analysis of Non-recursive Algorithm, Mathematical Analysis of Recursive Algorithm and examples, Empirical Analysis of Algorithms and Algorithm Visualization.

Unit-1
Teaching Hours:9
INTRODUCTION AND FUNDAMENTALS OF THE ANALYSIS OF ALGORITHM EFFICIENCY
 

Introduction, Notion of Algorithm, Fundamentals of Algorithmic Solving, Important Problem Types, Fundamentals of the Analysis Framework, Mathematical Analysis of Non-recursive Algorithm, Mathematical Analysis of Recursive Algorithm and examples, Empirical Analysis of Algorithms and Algorithm Visualization.

Unit-2
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Brute Force and Exhaustive Search: Selection Sort, Bubble Sort, Sequential Search and Brute-force string matching, Travelling Salesman Problem, Knapsack Problem, Assignment Problem.

Decrease and Conquer: Insertion Sort and Topological Sorting and Fake Coin Problem, Russian Peasant Multiplication, Josephus Problem.

Unit-2
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Brute Force and Exhaustive Search: Selection Sort, Bubble Sort, Sequential Search and Brute-force string matching, Travelling Salesman Problem, Knapsack Problem, Assignment Problem.

Decrease and Conquer: Insertion Sort and Topological Sorting and Fake Coin Problem, Russian Peasant Multiplication, Josephus Problem.

Unit-2
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Brute Force and Exhaustive Search: Selection Sort, Bubble Sort, Sequential Search and Brute-force string matching, Travelling Salesman Problem, Knapsack Problem, Assignment Problem.

Decrease and Conquer: Insertion Sort and Topological Sorting and Fake Coin Problem, Russian Peasant Multiplication, Josephus Problem.

Unit-2
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Brute Force and Exhaustive Search: Selection Sort, Bubble Sort, Sequential Search and Brute-force string matching, Travelling Salesman Problem, Knapsack Problem, Assignment Problem.

Decrease and Conquer: Insertion Sort and Topological Sorting and Fake Coin Problem, Russian Peasant Multiplication, Josephus Problem.

Unit-2
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Brute Force and Exhaustive Search: Selection Sort, Bubble Sort, Sequential Search and Brute-force string matching, Travelling Salesman Problem, Knapsack Problem, Assignment Problem.

Decrease and Conquer: Insertion Sort and Topological Sorting and Fake Coin Problem, Russian Peasant Multiplication, Josephus Problem.

Unit-3
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Divide and conquer: Merge sort, Quick Sort, Binary Tree Traversals and Related Properties and Multiplication of Large Integers and Strassen’s Matrix Multiplication.

Transform and Conquer: Presorting, Notion of Heap and Heapsort, Horner’s Rule and Binary Exponentiation.

Unit-3
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Divide and conquer: Merge sort, Quick Sort, Binary Tree Traversals and Related Properties and Multiplication of Large Integers and Strassen’s Matrix Multiplication.

Transform and Conquer: Presorting, Notion of Heap and Heapsort, Horner’s Rule and Binary Exponentiation.

Unit-3
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Divide and conquer: Merge sort, Quick Sort, Binary Tree Traversals and Related Properties and Multiplication of Large Integers and Strassen’s Matrix Multiplication.

Transform and Conquer: Presorting, Notion of Heap and Heapsort, Horner’s Rule and Binary Exponentiation.

Unit-3
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Divide and conquer: Merge sort, Quick Sort, Binary Tree Traversals and Related Properties and Multiplication of Large Integers and Strassen’s Matrix Multiplication.

Transform and Conquer: Presorting, Notion of Heap and Heapsort, Horner’s Rule and Binary Exponentiation.

Unit-3
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Divide and conquer: Merge sort, Quick Sort, Binary Tree Traversals and Related Properties and Multiplication of Large Integers and Strassen’s Matrix Multiplication.

Transform and Conquer: Presorting, Notion of Heap and Heapsort, Horner’s Rule and Binary Exponentiation.

Unit-4
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Space and Time Trade - Offs: Sorting by Counting, Horspool’s and Boyer - Moore Algorithm for String Matching, Hashing.

Dynamic Programming: Knapsack Problem, Warshall’s and Floyd’s Algorithm.

Greedy Techniques: Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s Algorithm.

Unit-4
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Space and Time Trade - Offs: Sorting by Counting, Horspool’s and Boyer - Moore Algorithm for String Matching, Hashing.

Dynamic Programming: Knapsack Problem, Warshall’s and Floyd’s Algorithm.

Greedy Techniques: Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s Algorithm.

Unit-4
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Space and Time Trade - Offs: Sorting by Counting, Horspool’s and Boyer - Moore Algorithm for String Matching, Hashing.

Dynamic Programming: Knapsack Problem, Warshall’s and Floyd’s Algorithm.

Greedy Techniques: Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s Algorithm.

Unit-4
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Space and Time Trade - Offs: Sorting by Counting, Horspool’s and Boyer - Moore Algorithm for String Matching, Hashing.

Dynamic Programming: Knapsack Problem, Warshall’s and Floyd’s Algorithm.

Greedy Techniques: Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s Algorithm.

Unit-4
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Space and Time Trade - Offs: Sorting by Counting, Horspool’s and Boyer - Moore Algorithm for String Matching, Hashing.

Dynamic Programming: Knapsack Problem, Warshall’s and Floyd’s Algorithm.

Greedy Techniques: Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s Algorithm.

Unit-5
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Limitations of Algorithm Power:  Decision Trees, P, NP and NP Complete Problems, Challenges in Numerical Algorithms.

Backtracking: n-Queen’s Problem, Hamiltonian Circuit problem and Subset-Sum problem.

Branch and Bound: Assignment problem, Knapsack problem and Traveling salesman problem.

Unit-5
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Limitations of Algorithm Power:  Decision Trees, P, NP and NP Complete Problems, Challenges in Numerical Algorithms.

Backtracking: n-Queen’s Problem, Hamiltonian Circuit problem and Subset-Sum problem.

Branch and Bound: Assignment problem, Knapsack problem and Traveling salesman problem.

Unit-5
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Limitations of Algorithm Power:  Decision Trees, P, NP and NP Complete Problems, Challenges in Numerical Algorithms.

Backtracking: n-Queen’s Problem, Hamiltonian Circuit problem and Subset-Sum problem.

Branch and Bound: Assignment problem, Knapsack problem and Traveling salesman problem.

Unit-5
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Limitations of Algorithm Power:  Decision Trees, P, NP and NP Complete Problems, Challenges in Numerical Algorithms.

Backtracking: n-Queen’s Problem, Hamiltonian Circuit problem and Subset-Sum problem.

Branch and Bound: Assignment problem, Knapsack problem and Traveling salesman problem.

Unit-5
Teaching Hours:9
ALGORITHM DESIGN TECHNIQUES
 

Limitations of Algorithm Power:  Decision Trees, P, NP and NP Complete Problems, Challenges in Numerical Algorithms.

Backtracking: n-Queen’s Problem, Hamiltonian Circuit problem and Subset-Sum problem.

Branch and Bound: Assignment problem, Knapsack problem and Traveling salesman problem.

Text Books And Reference Books:
  1. AnanyLevitin, “Introduction to the Design and Analysis of Algorithm”, 3/e, Pearson Education Asia, Reprint 2012.
  2. Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser, “Data Structures and Algorithms in Java”, 6/e, Wiley, 2014.
  3. T. H Cormen, C E Leiserson, R L Rivest and C Stein: “Introduction to Algorithms”, 3rd Edition, The MIT Press, 2014.
Essential Reading / Recommended Reading
  1. Ellis Horowitz, Sartaj Sahni and Sanguthevar Rajasekaran, Computer Algorithms, Second Edition, Universities Press, 2007.
  2. Richard Neapolitan, “Foundations of Algorithms”, 5/e, Jones & Bartlett Learning, 2014.
  3. Richard Johnsonbaugh, Marcus Schaefer, “Algorithms”, Pearson Education, 2009.
  4. Clifford A Shaffer, “Data Structures and Algorithm Analysis in Java”, 3rd Edition, Courier Corporation, 2014.
Evaluation Pattern
  1. Continuous Internal Assessment (CIA) for Theory + Practical papers: 70% (70 marks out of 100 marks)
  2. End Semester Examination (ESE): 30% (30 marks out of 100 marks)

CS541PE01 - CLOUD COMPUTING (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This course is to explore the basics of cloud computing and the major cloud solutions. Students will learn how to use cloud services, and to create virtual cloud environment. Also, aims to Provide students with hands-on experience working with cloud virtualization. 

Course Objective

1. Understand the fundamentals of Cloud Computing.

2. Evaluate cloud architecture and infrastructure management techniques.

3. Gain practical experience with leading cloud simulator like Cloudsim.

4. Evaluate advanced Data-Intensive Computing Concept.

5. Analyze cloud service provider in different platform.

Learning Outcome

CO1: Explain the cloud computing application and service-oriented computing.

CO2: Construct the cloud computing architecture.

CO3: Determine the cloud virtualization concept.

CO4: Interpret the Data-Intensive Computing concept.

CO5: Experiment with various cloud service platform.

Unit-1
Teaching Hours:12
INTRODUCTION TO CLOUD COMPUTING
 

Cloud Computing Basics - Cloud Components - Infrastructure - Services - Application - Storage - Database Service - Internet and Cloud - Components - Hypervisor Application - Advantages, Disadvantages of Cloud Computing, Types of Cloud, Service-Oriented Computing, Utility-Oriented Computing, Building Cloud Computing Environments, Application Development, Infrastructure and System Development, Computing Platforms and Technologies, Parallel vs. distributed computing, Elements of parallel computing, Elements of distributed computing.

Unit-1
Teaching Hours:12
INTRODUCTION TO CLOUD COMPUTING
 

Cloud Computing Basics - Cloud Components - Infrastructure - Services - Application - Storage - Database Service - Internet and Cloud - Components - Hypervisor Application - Advantages, Disadvantages of Cloud Computing, Types of Cloud, Service-Oriented Computing, Utility-Oriented Computing, Building Cloud Computing Environments, Application Development, Infrastructure and System Development, Computing Platforms and Technologies, Parallel vs. distributed computing, Elements of parallel computing, Elements of distributed computing.

Unit-1
Teaching Hours:12
INTRODUCTION TO CLOUD COMPUTING
 

Cloud Computing Basics - Cloud Components - Infrastructure - Services - Application - Storage - Database Service - Internet and Cloud - Components - Hypervisor Application - Advantages, Disadvantages of Cloud Computing, Types of Cloud, Service-Oriented Computing, Utility-Oriented Computing, Building Cloud Computing Environments, Application Development, Infrastructure and System Development, Computing Platforms and Technologies, Parallel vs. distributed computing, Elements of parallel computing, Elements of distributed computing.

Unit-1
Teaching Hours:12
INTRODUCTION TO CLOUD COMPUTING
 

Cloud Computing Basics - Cloud Components - Infrastructure - Services - Application - Storage - Database Service - Internet and Cloud - Components - Hypervisor Application - Advantages, Disadvantages of Cloud Computing, Types of Cloud, Service-Oriented Computing, Utility-Oriented Computing, Building Cloud Computing Environments, Application Development, Infrastructure and System Development, Computing Platforms and Technologies, Parallel vs. distributed computing, Elements of parallel computing, Elements of distributed computing.

Unit-2
Teaching Hours:12
CLOUD COMPUTING ARCHITECTURE
 

Introduction, Cloud Reference Model, Architecture, Infrastructure Hardware as a Service, Platform as a Service, Software as a Service, Types of Clouds, Public Clouds, Private Clouds, Hybrid Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

 

Unit-2
Teaching Hours:12
CLOUD COMPUTING ARCHITECTURE
 

Introduction, Cloud Reference Model, Architecture, Infrastructure Hardware as a Service, Platform as a Service, Software as a Service, Types of Clouds, Public Clouds, Private Clouds, Hybrid Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

 

Unit-2
Teaching Hours:12
CLOUD COMPUTING ARCHITECTURE
 

Introduction, Cloud Reference Model, Architecture, Infrastructure Hardware as a Service, Platform as a Service, Software as a Service, Types of Clouds, Public Clouds, Private Clouds, Hybrid Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

 

Unit-2
Teaching Hours:12
CLOUD COMPUTING ARCHITECTURE
 

Introduction, Cloud Reference Model, Architecture, Infrastructure Hardware as a Service, Platform as a Service, Software as a Service, Types of Clouds, Public Clouds, Private Clouds, Hybrid Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

 

Unit-3
Teaching Hours:12
CLOUD VIRTUALIZATION
 

Introduction - Characteristics of virtualized environments - Increased security - Managed execution - Portability - Taxonomy of virtualization techniques - Execution virtualization - Virtualization and cloud computing - Pros and cons of virtualization - Advantages of virtualization - Technology examples - Xen: paravirtualization - VMware: full virtualization - Microsoft Hyper-V.

Unit-3
Teaching Hours:12
CLOUD VIRTUALIZATION
 

Introduction - Characteristics of virtualized environments - Increased security - Managed execution - Portability - Taxonomy of virtualization techniques - Execution virtualization - Virtualization and cloud computing - Pros and cons of virtualization - Advantages of virtualization - Technology examples - Xen: paravirtualization - VMware: full virtualization - Microsoft Hyper-V.

Unit-3
Teaching Hours:12
CLOUD VIRTUALIZATION
 

Introduction - Characteristics of virtualized environments - Increased security - Managed execution - Portability - Taxonomy of virtualization techniques - Execution virtualization - Virtualization and cloud computing - Pros and cons of virtualization - Advantages of virtualization - Technology examples - Xen: paravirtualization - VMware: full virtualization - Microsoft Hyper-V.

Unit-3
Teaching Hours:12
CLOUD VIRTUALIZATION
 

Introduction - Characteristics of virtualized environments - Increased security - Managed execution - Portability - Taxonomy of virtualization techniques - Execution virtualization - Virtualization and cloud computing - Pros and cons of virtualization - Advantages of virtualization - Technology examples - Xen: paravirtualization - VMware: full virtualization - Microsoft Hyper-V.

Unit-4
Teaching Hours:12
CLOUD IN DATA COMPUTING
 

What is Data-Intensive Computing? Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application. 

Unit-4
Teaching Hours:12
CLOUD IN DATA COMPUTING
 

What is Data-Intensive Computing? Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application. 

Unit-4
Teaching Hours:12
CLOUD IN DATA COMPUTING
 

What is Data-Intensive Computing? Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application. 

Unit-4
Teaching Hours:12
CLOUD IN DATA COMPUTING
 

What is Data-Intensive Computing? Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application. 

Unit-5
Teaching Hours:12
CLOUD SERVICE PROVIDER
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google App Engine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Unit-5
Teaching Hours:12
CLOUD SERVICE PROVIDER
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google App Engine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Unit-5
Teaching Hours:12
CLOUD SERVICE PROVIDER
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google App Engine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Unit-5
Teaching Hours:12
CLOUD SERVICE PROVIDER
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google App Engine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Text Books And Reference Books:

T1. Anthony Velte, Toby Velte, and Robert Elsenpeter, “Cloud Computing – A Practical Approach”, McGraw Hill., 2010.

T2. Rajkumar Buyya, Vecchiola, Selvi, “Mastering Cloud Computing,” McGraw Hill. 2013.

T3. Barrie Sosinsky, “Cloud Computing Bible”, John Wiley, 2010.

Essential Reading / Recommended Reading

R1. Massimo Cafaro and Giovanni Aloisio, “Grids, Clouds and Virtualization”, Springer, 2011.

R2. Michael Miller, “Cloud Computing: Web-Based Applications That Change the Way You Work and Collaborate Online”, Que Publishing, August 2008 

Evaluation Pattern

CIA 1 - 20 Mark

CIA 2 - 50 Mark

CIA 3 - 20 Mark

Practical - 50 Mark

End Semester Examination - 50 Mark

Attendance - 5 Mark

(Scaled: CIA (Theory + Practical - 70 Marks & ESE - 30 Marks)

CS543E06 - QUANTUM COMPUTING (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description:

This course provides the understanding of the basic concepts of quantum computing to meet the global needs of the society in a professionally ethical way through contributing to skill development.  

Course Objective:

1. To provide Sound knowledge and understanding of the fundamentals of Quantum Computing with examples.

2. To provide knowledge on the building blocks of quantum circuits and their operations

3. To enable the students to apply these concepts in quantum error correction and quantum cryptography

Learning Outcome

CO1: Understand quantum mechanics principles through linear algebra, facilitating comprehension of quantum information processing applications.

CO2: Understand the global perspectives on quantum mechanics and enabling of foundational knowledge in their properties.

CO3: Make use of Quantum Gates and Circuits to design Quantum Algorithms.

CO4: Analyze quantum information, demonstrating critical thinking skills in assessing quantum algorithmic principles.

CO5: Illustrate the principles of quantum cryptographic algorithms.

Unit-1
Teaching Hours:9
Introduction to Linear Algebra:
 

Linear Algebra: Complex Numbers versus Real Numbers, Vectors, Diagrams of Vectors, Lengths of Vectors, Scalar Multiplication, Vector Addition, Orthogonal Vectors, Multiplying a Bra by a Ket, Bra-Kets and Lengths, Bra-Kets and Orthogonality, Orthonormal Bases, Vectors as Linear Combinations of Basis Vectors, Ordered Bases, Length of Vectors, Matrices: Matrix Computations, Orthogonal and Unitary Matrices.

Experiment 1: Implementation of Linear Algebra Concepts in python code

Unit-1
Teaching Hours:9
Introduction to Linear Algebra:
 

Linear Algebra: Complex Numbers versus Real Numbers, Vectors, Diagrams of Vectors, Lengths of Vectors, Scalar Multiplication, Vector Addition, Orthogonal Vectors, Multiplying a Bra by a Ket, Bra-Kets and Lengths, Bra-Kets and Orthogonality, Orthonormal Bases, Vectors as Linear Combinations of Basis Vectors, Ordered Bases, Length of Vectors, Matrices: Matrix Computations, Orthogonal and Unitary Matrices.

Experiment 1: Implementation of Linear Algebra Concepts in python code

Unit-1
Teaching Hours:9
Introduction to Linear Algebra:
 

Linear Algebra: Complex Numbers versus Real Numbers, Vectors, Diagrams of Vectors, Lengths of Vectors, Scalar Multiplication, Vector Addition, Orthogonal Vectors, Multiplying a Bra by a Ket, Bra-Kets and Lengths, Bra-Kets and Orthogonality, Orthonormal Bases, Vectors as Linear Combinations of Basis Vectors, Ordered Bases, Length of Vectors, Matrices: Matrix Computations, Orthogonal and Unitary Matrices.

Experiment 1: Implementation of Linear Algebra Concepts in python code

Unit-1
Teaching Hours:9
Introduction to Linear Algebra:
 

Linear Algebra: Complex Numbers versus Real Numbers, Vectors, Diagrams of Vectors, Lengths of Vectors, Scalar Multiplication, Vector Addition, Orthogonal Vectors, Multiplying a Bra by a Ket, Bra-Kets and Lengths, Bra-Kets and Orthogonality, Orthonormal Bases, Vectors as Linear Combinations of Basis Vectors, Ordered Bases, Length of Vectors, Matrices: Matrix Computations, Orthogonal and Unitary Matrices.

Experiment 1: Implementation of Linear Algebra Concepts in python code

Unit-1
Teaching Hours:9
Introduction to Linear Algebra:
 

Linear Algebra: Complex Numbers versus Real Numbers, Vectors, Diagrams of Vectors, Lengths of Vectors, Scalar Multiplication, Vector Addition, Orthogonal Vectors, Multiplying a Bra by a Ket, Bra-Kets and Lengths, Bra-Kets and Orthogonality, Orthonormal Bases, Vectors as Linear Combinations of Basis Vectors, Ordered Bases, Length of Vectors, Matrices: Matrix Computations, Orthogonal and Unitary Matrices.

Experiment 1: Implementation of Linear Algebra Concepts in python code

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics:
 

Mathematics of Quantum Spin, Equivalent State Vectors, Basis Associated with a Given Spin Direction, Properties of Quantum Mechanics: Entanglement Property, Bell’s Inequality, Superposition property, interference property, The postulates of quantum mechanics. Quantum States and their representation

Experiment 2: Implementation of superposition, interference and Entanglement

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics:
 

Mathematics of Quantum Spin, Equivalent State Vectors, Basis Associated with a Given Spin Direction, Properties of Quantum Mechanics: Entanglement Property, Bell’s Inequality, Superposition property, interference property, The postulates of quantum mechanics. Quantum States and their representation

Experiment 2: Implementation of superposition, interference and Entanglement

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics:
 

Mathematics of Quantum Spin, Equivalent State Vectors, Basis Associated with a Given Spin Direction, Properties of Quantum Mechanics: Entanglement Property, Bell’s Inequality, Superposition property, interference property, The postulates of quantum mechanics. Quantum States and their representation

Experiment 2: Implementation of superposition, interference and Entanglement

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics:
 

Mathematics of Quantum Spin, Equivalent State Vectors, Basis Associated with a Given Spin Direction, Properties of Quantum Mechanics: Entanglement Property, Bell’s Inequality, Superposition property, interference property, The postulates of quantum mechanics. Quantum States and their representation

Experiment 2: Implementation of superposition, interference and Entanglement

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics:
 

Mathematics of Quantum Spin, Equivalent State Vectors, Basis Associated with a Given Spin Direction, Properties of Quantum Mechanics: Entanglement Property, Bell’s Inequality, Superposition property, interference property, The postulates of quantum mechanics. Quantum States and their representation

Experiment 2: Implementation of superposition, interference and Entanglement

Unit-3
Teaching Hours:9
Quantum Gates and Circuits
 

Single qubit quantum gates: Pauli X-Gate, Pauli-Y Gate, Pauli-Z gate, Hadamard Gate, Phase Gate (S gate), T Gate, U Gate, I gate, Two Qubit Quantum Gates: C-NOT or CX gate, Controlled U gate, Controlled Y gate, Controlled Z gate, Controlled Hadamard Gate, Swap Gate. Three Qubit Quantum Gates: C2-NOT or CCNOT or toffoli gate

Experiment 3: Implementing Quantum Gates and Circuits in IBMQ

Unit-3
Teaching Hours:9
Quantum Gates and Circuits
 

Single qubit quantum gates: Pauli X-Gate, Pauli-Y Gate, Pauli-Z gate, Hadamard Gate, Phase Gate (S gate), T Gate, U Gate, I gate, Two Qubit Quantum Gates: C-NOT or CX gate, Controlled U gate, Controlled Y gate, Controlled Z gate, Controlled Hadamard Gate, Swap Gate. Three Qubit Quantum Gates: C2-NOT or CCNOT or toffoli gate

Experiment 3: Implementing Quantum Gates and Circuits in IBMQ

Unit-3
Teaching Hours:9
Quantum Gates and Circuits
 

Single qubit quantum gates: Pauli X-Gate, Pauli-Y Gate, Pauli-Z gate, Hadamard Gate, Phase Gate (S gate), T Gate, U Gate, I gate, Two Qubit Quantum Gates: C-NOT or CX gate, Controlled U gate, Controlled Y gate, Controlled Z gate, Controlled Hadamard Gate, Swap Gate. Three Qubit Quantum Gates: C2-NOT or CCNOT or toffoli gate

Experiment 3: Implementing Quantum Gates and Circuits in IBMQ

Unit-3
Teaching Hours:9
Quantum Gates and Circuits
 

Single qubit quantum gates: Pauli X-Gate, Pauli-Y Gate, Pauli-Z gate, Hadamard Gate, Phase Gate (S gate), T Gate, U Gate, I gate, Two Qubit Quantum Gates: C-NOT or CX gate, Controlled U gate, Controlled Y gate, Controlled Z gate, Controlled Hadamard Gate, Swap Gate. Three Qubit Quantum Gates: C2-NOT or CCNOT or toffoli gate

Experiment 3: Implementing Quantum Gates and Circuits in IBMQ

Unit-3
Teaching Hours:9
Quantum Gates and Circuits
 

Single qubit quantum gates: Pauli X-Gate, Pauli-Y Gate, Pauli-Z gate, Hadamard Gate, Phase Gate (S gate), T Gate, U Gate, I gate, Two Qubit Quantum Gates: C-NOT or CX gate, Controlled U gate, Controlled Y gate, Controlled Z gate, Controlled Hadamard Gate, Swap Gate. Three Qubit Quantum Gates: C2-NOT or CCNOT or toffoli gate

Experiment 3: Implementing Quantum Gates and Circuits in IBMQ

Unit-4
Teaching Hours:9
Quantum Information
 

Introduction, Quantum noise and Quantum Operations, Representations, Examples, Applications, Distance Measures for Quantum information. Theory of Quantum Error Correction, Constructing Quantum Codes, Stabilizer codes, Bit flip and phase flip error correction codes, The Shor code, Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms. Deutsch and Deutsch Josza Algorithm.

Experiment 4: Implementation of Quantum Error Correction Codes

Unit-4
Teaching Hours:9
Quantum Information
 

Introduction, Quantum noise and Quantum Operations, Representations, Examples, Applications, Distance Measures for Quantum information. Theory of Quantum Error Correction, Constructing Quantum Codes, Stabilizer codes, Bit flip and phase flip error correction codes, The Shor code, Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms. Deutsch and Deutsch Josza Algorithm.

Experiment 4: Implementation of Quantum Error Correction Codes

Unit-4
Teaching Hours:9
Quantum Information
 

Introduction, Quantum noise and Quantum Operations, Representations, Examples, Applications, Distance Measures for Quantum information. Theory of Quantum Error Correction, Constructing Quantum Codes, Stabilizer codes, Bit flip and phase flip error correction codes, The Shor code, Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms. Deutsch and Deutsch Josza Algorithm.

Experiment 4: Implementation of Quantum Error Correction Codes

Unit-4
Teaching Hours:9
Quantum Information
 

Introduction, Quantum noise and Quantum Operations, Representations, Examples, Applications, Distance Measures for Quantum information. Theory of Quantum Error Correction, Constructing Quantum Codes, Stabilizer codes, Bit flip and phase flip error correction codes, The Shor code, Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms. Deutsch and Deutsch Josza Algorithm.

Experiment 4: Implementation of Quantum Error Correction Codes

Unit-4
Teaching Hours:9
Quantum Information
 

Introduction, Quantum noise and Quantum Operations, Representations, Examples, Applications, Distance Measures for Quantum information. Theory of Quantum Error Correction, Constructing Quantum Codes, Stabilizer codes, Bit flip and phase flip error correction codes, The Shor code, Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms. Deutsch and Deutsch Josza Algorithm.

Experiment 4: Implementation of Quantum Error Correction Codes

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Introduction to Quantum Cryptography, Polarization Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation.

Experiment 5: Implementation of Quantum Algorithms for Secure Communication

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Introduction to Quantum Cryptography, Polarization Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation.

Experiment 5: Implementation of Quantum Algorithms for Secure Communication

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Introduction to Quantum Cryptography, Polarization Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation.

Experiment 5: Implementation of Quantum Algorithms for Secure Communication

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Introduction to Quantum Cryptography, Polarization Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation.

Experiment 5: Implementation of Quantum Algorithms for Secure Communication

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Introduction to Quantum Cryptography, Polarization Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation.

Experiment 5: Implementation of Quantum Algorithms for Secure Communication

Text Books And Reference Books:

T1. Michael A. Nielsen. & Issac L. Chiang, “Quantum Computation and Quantum Information”, 10th Anniversary Edition, Cambridge University Press, 2010

T2. Chris Bernhardt, Quantum Computing for Everyone, MIT Press 2019.

Essential Reading / Recommended Reading

References (Text / Online Ref):

R1. Mika Hiravensalo, “Quantum computing” II edition, Springer- 2004

O1. https://nptel.ac.in/courses/115101092/

O2. https://www.udemy.com/course/quantum-computing-an-overview/

O3.https://www.coursera.org/learn/quantum-computing-algorithms?action=enroll

Evaluation Pattern

CIA - 50%

ESE - 50%

CS581 - INTERNSHIP - 1 (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:1

Course Objectives/Course Description

 

Internships are short-term work experiences that will allow  a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices.   

 Course Objectives: 

•Identify how the internship relates to their academic courses and preferred career path

•Integrate existing and new technical knowledge for industrial application

•Understand lifelong learning processes through critical reflection of internship experiences.

•Articulate their experience and skills to potential employers

Learning Outcome

CO1: Design solutions to real-time complex engineering problems using the concepts of Computer Science and Information Technology through independent study.

CO2: Utilize aquired Skills and professional ethics for developing computational solutions.

CO3: Employ the knowledge aquired to prepare a technical summary and for an oral presentation

Unit-1
Teaching Hours:30
Regulations
 

1.The student shall undergo an Internship for30 days starting from the end of 4th semester examination and completing it during the initial period of 5th semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of  the students.

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship evaluation will  be completed by the end of  5th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 1 credit, in the form of report assessment by the guide/mentor  and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
Regulations
 

1.The student shall undergo an Internship for30 days starting from the end of 4th semester examination and completing it during the initial period of 5th semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of  the students.

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship evaluation will  be completed by the end of  5th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 1 credit, in the form of report assessment by the guide/mentor  and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
Regulations
 

1.The student shall undergo an Internship for30 days starting from the end of 4th semester examination and completing it during the initial period of 5th semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of  the students.

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship evaluation will  be completed by the end of  5th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 1 credit, in the form of report assessment by the guide/mentor  and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
Regulations
 

1.The student shall undergo an Internship for30 days starting from the end of 4th semester examination and completing it during the initial period of 5th semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of  the students.

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship evaluation will  be completed by the end of  5th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 1 credit, in the form of report assessment by the guide/mentor  and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
Regulations
 

1.The student shall undergo an Internship for30 days starting from the end of 4th semester examination and completing it during the initial period of 5th semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of  the students.

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship evaluation will  be completed by the end of  5th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 1 credit, in the form of report assessment by the guide/mentor  and a presentation on the internship given to department constituted panel.

Text Books And Reference Books:

Nil

Essential Reading / Recommended Reading

Nil

Evaluation Pattern

Maximum Marks = 50(Only credit will be displayed in the score card)

Passing marks 40% min

Internship assessment will be carried out based on the following parameters, during the 5th semester as a single Presentation evaluation.

 

Total No. of Internship Hours
(5)

Learning Objectives
(10)

Performance
Contribution
(10)

Personal and
Professional
Development (10)

Quality of Study/work/paper (10)

Submission of Report (5)

Total
(50)

 

CSHO533CSP - CYBER FORENSICS AND MALWARE DETECTION (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

This course is designed to explore fundamental concepts of cyber forensic, cyber laws and Data

recovery and its analysis. This course covers the topics of malware detection, classification, tools &

methodology applied to analysis and protection from malware.

Learning Outcome

CO1: To understand the fundamentals of Cyber forensic over different platforms.

CO2: To understand concepts of Malware Forensics; Web Attack Forensics; Bitcoin Forensics; Cyber Laws and Data Recovery & Analysis.

CO3: To understand the nature of malware, its capabilities, and how it is combated through detection and classification.

CO4: To apply the tools and methodologies used to perform static and dynamic analysis on unknown executables.

CO5: To understand the malware functionality and malware detection techniques.

Unit-1
Teaching Hours:9
Unit-1
 

Introduction to Cyber Forensics; Windows Forensics; Linux Forensics, Mac OS Forensics; Anti-forensics; Network Forensics; Mobile Forensics; Cloud Forensics

Unit-1
Teaching Hours:9
Unit-1
 

Introduction to Cyber Forensics; Windows Forensics; Linux Forensics, Mac OS Forensics; Anti-forensics; Network Forensics; Mobile Forensics; Cloud Forensics

Unit-1
Teaching Hours:9
Unit-1
 

Introduction to Cyber Forensics; Windows Forensics; Linux Forensics, Mac OS Forensics; Anti-forensics; Network Forensics; Mobile Forensics; Cloud Forensics

Unit-1
Teaching Hours:9
Unit-1
 

Introduction to Cyber Forensics; Windows Forensics; Linux Forensics, Mac OS Forensics; Anti-forensics; Network Forensics; Mobile Forensics; Cloud Forensics

Unit-1
Teaching Hours:9
Unit-1
 

Introduction to Cyber Forensics; Windows Forensics; Linux Forensics, Mac OS Forensics; Anti-forensics; Network Forensics; Mobile Forensics; Cloud Forensics

Unit-2
Teaching Hours:9
UNIT-II
 

Malware Forensics; Web Attack Forensics; Emails and Email Crime, Bitcoin Forensics; Cyber Law and Cyberwarfare; Data Recovery & Data Analysis

Unit-2
Teaching Hours:9
UNIT-II
 

Malware Forensics; Web Attack Forensics; Emails and Email Crime, Bitcoin Forensics; Cyber Law and Cyberwarfare; Data Recovery & Data Analysis

Unit-2
Teaching Hours:9
UNIT-II
 

Malware Forensics; Web Attack Forensics; Emails and Email Crime, Bitcoin Forensics; Cyber Law and Cyberwarfare; Data Recovery & Data Analysis

Unit-2
Teaching Hours:9
UNIT-II
 

Malware Forensics; Web Attack Forensics; Emails and Email Crime, Bitcoin Forensics; Cyber Law and Cyberwarfare; Data Recovery & Data Analysis

Unit-2
Teaching Hours:9
UNIT-II
 

Malware Forensics; Web Attack Forensics; Emails and Email Crime, Bitcoin Forensics; Cyber Law and Cyberwarfare; Data Recovery & Data Analysis

Unit-3
Teaching Hours:9
UNIT-III
 

Introduction to malware, OS security concepts, malware threats, evolution of malware, malware types- viruses, worms, rootkits, Trojans, bots, spyware, adware, logic bombs, malware analysis, static malware analysis, dynamic malware analysis

Unit-3
Teaching Hours:9
UNIT-III
 

Introduction to malware, OS security concepts, malware threats, evolution of malware, malware types- viruses, worms, rootkits, Trojans, bots, spyware, adware, logic bombs, malware analysis, static malware analysis, dynamic malware analysis

Unit-3
Teaching Hours:9
UNIT-III
 

Introduction to malware, OS security concepts, malware threats, evolution of malware, malware types- viruses, worms, rootkits, Trojans, bots, spyware, adware, logic bombs, malware analysis, static malware analysis, dynamic malware analysis

Unit-3
Teaching Hours:9
UNIT-III
 

Introduction to malware, OS security concepts, malware threats, evolution of malware, malware types- viruses, worms, rootkits, Trojans, bots, spyware, adware, logic bombs, malware analysis, static malware analysis, dynamic malware analysis

Unit-3
Teaching Hours:9
UNIT-III
 

Introduction to malware, OS security concepts, malware threats, evolution of malware, malware types- viruses, worms, rootkits, Trojans, bots, spyware, adware, logic bombs, malware analysis, static malware analysis, dynamic malware analysis

Unit-4
Teaching Hours:9
UNIT-IV
 

STATIC ANALYSIS: Analyzing Windows programs, Anti-static analysis techniques- obfuscation, packing, metamorphism, polymorphism

DYNAMIC ANALYSIS: Live malware analysis, dead malware analysis, analyzing traces of malware- system-calls, api-calls, registries, network activities. Anti-dynamic analysis techniques-anti-vm, runtime-evasion techniques, Malware Sandbox, Monitoring with Process Monitor, Packet Sniffing with Wireshark, Kernel vs. User-Mode Debugging, OllyDbg, Breakpoints, Tracing, Exception Handling, Patching

Unit-4
Teaching Hours:9
UNIT-IV
 

STATIC ANALYSIS: Analyzing Windows programs, Anti-static analysis techniques- obfuscation, packing, metamorphism, polymorphism

DYNAMIC ANALYSIS: Live malware analysis, dead malware analysis, analyzing traces of malware- system-calls, api-calls, registries, network activities. Anti-dynamic analysis techniques-anti-vm, runtime-evasion techniques, Malware Sandbox, Monitoring with Process Monitor, Packet Sniffing with Wireshark, Kernel vs. User-Mode Debugging, OllyDbg, Breakpoints, Tracing, Exception Handling, Patching

Unit-4
Teaching Hours:9
UNIT-IV
 

STATIC ANALYSIS: Analyzing Windows programs, Anti-static analysis techniques- obfuscation, packing, metamorphism, polymorphism

DYNAMIC ANALYSIS: Live malware analysis, dead malware analysis, analyzing traces of malware- system-calls, api-calls, registries, network activities. Anti-dynamic analysis techniques-anti-vm, runtime-evasion techniques, Malware Sandbox, Monitoring with Process Monitor, Packet Sniffing with Wireshark, Kernel vs. User-Mode Debugging, OllyDbg, Breakpoints, Tracing, Exception Handling, Patching

Unit-4
Teaching Hours:9
UNIT-IV
 

STATIC ANALYSIS: Analyzing Windows programs, Anti-static analysis techniques- obfuscation, packing, metamorphism, polymorphism

DYNAMIC ANALYSIS: Live malware analysis, dead malware analysis, analyzing traces of malware- system-calls, api-calls, registries, network activities. Anti-dynamic analysis techniques-anti-vm, runtime-evasion techniques, Malware Sandbox, Monitoring with Process Monitor, Packet Sniffing with Wireshark, Kernel vs. User-Mode Debugging, OllyDbg, Breakpoints, Tracing, Exception Handling, Patching

Unit-4
Teaching Hours:9
UNIT-IV
 

STATIC ANALYSIS: Analyzing Windows programs, Anti-static analysis techniques- obfuscation, packing, metamorphism, polymorphism

DYNAMIC ANALYSIS: Live malware analysis, dead malware analysis, analyzing traces of malware- system-calls, api-calls, registries, network activities. Anti-dynamic analysis techniques-anti-vm, runtime-evasion techniques, Malware Sandbox, Monitoring with Process Monitor, Packet Sniffing with Wireshark, Kernel vs. User-Mode Debugging, OllyDbg, Breakpoints, Tracing, Exception Handling, Patching

Unit-5
Teaching Hours:9
UNIT-V
 

Malware Functionality: Downloader, Backdoors, Credential Stealers, Persistence Mechanisms, Privilege Escalation, Covert malware launching- Launchers, Process Injection, Process Replacement, Hook Injection, Detours, APC injection Malware Detection Techniques: Signature-based techniques: malware signatures, packed malware signature, metamorphic and polymorphic malware signature Non-signature based techniques: similarity-based techniques, machine-learning methods, invariant inferences

Unit-5
Teaching Hours:9
UNIT-V
 

Malware Functionality: Downloader, Backdoors, Credential Stealers, Persistence Mechanisms, Privilege Escalation, Covert malware launching- Launchers, Process Injection, Process Replacement, Hook Injection, Detours, APC injection Malware Detection Techniques: Signature-based techniques: malware signatures, packed malware signature, metamorphic and polymorphic malware signature Non-signature based techniques: similarity-based techniques, machine-learning methods, invariant inferences

Unit-5
Teaching Hours:9
UNIT-V
 

Malware Functionality: Downloader, Backdoors, Credential Stealers, Persistence Mechanisms, Privilege Escalation, Covert malware launching- Launchers, Process Injection, Process Replacement, Hook Injection, Detours, APC injection Malware Detection Techniques: Signature-based techniques: malware signatures, packed malware signature, metamorphic and polymorphic malware signature Non-signature based techniques: similarity-based techniques, machine-learning methods, invariant inferences

Unit-5
Teaching Hours:9
UNIT-V
 

Malware Functionality: Downloader, Backdoors, Credential Stealers, Persistence Mechanisms, Privilege Escalation, Covert malware launching- Launchers, Process Injection, Process Replacement, Hook Injection, Detours, APC injection Malware Detection Techniques: Signature-based techniques: malware signatures, packed malware signature, metamorphic and polymorphic malware signature Non-signature based techniques: similarity-based techniques, machine-learning methods, invariant inferences

Unit-5
Teaching Hours:9
UNIT-V
 

Malware Functionality: Downloader, Backdoors, Credential Stealers, Persistence Mechanisms, Privilege Escalation, Covert malware launching- Launchers, Process Injection, Process Replacement, Hook Injection, Detours, APC injection Malware Detection Techniques: Signature-based techniques: malware signatures, packed malware signature, metamorphic and polymorphic malware signature Non-signature based techniques: similarity-based techniques, machine-learning methods, invariant inferences

Text Books And Reference Books:

Text Books:

T1. Practical Cyber Forensics: An Incident-Based Approach to Forensic Investigations: Reddy, Niranjan, Published by Apress, Berkeley, CA, DOIhttps://doi.org/10.1007/978-1-4842-4460- 9, Print ISBN 978-1-4842-4459-3, 2019

T2. Practical malware analysis The Hands-On Guide to Dissecting Malicious Software by Michael Sikorski and Andrew Honig ISBN-10: 159327-290-1, ISBN-13: 978-1-59327-290-6, 2012

 

Essential Reading / Recommended Reading

Reference Books:

R1. Malware Detection A Complete Guide - 2019 Edition, Gerardus Blokdyk, Published by 5STARCooks, 2019, ISBN: 0655900845, 9780655900849

Evaluation Pattern
Courses with 4credits(Theory & Practical’s)
CIA 1 – 20 Marks
CIA 2 – 50 Marks
CIA 3 – 20 Marks
Practical – 50 Marks
End Semester Examination – 100 Marks
Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSHO533DAP24 - ADVANCED DATA SCIENCE TECHNIQUES (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

In this advanced data science course, students will learn about Ensemble Learning techniques for building complex models, Natural Language Processing for performing data analytics and predictive tasks on natural language data, Time Series Analysis for forecasting and analyzing temporal data, and the fundamentals of Deep Learning for creating neural networks. These skills will enable them to design and implement decision models for real-world data-driven or insights-driven applications.

Learning Outcome

CO1: Explain the fundamental concepts of data science, including different techniques used for analyzing and extracting insights from various data types.

CO2: Analyze data to identify patterns, trends, and relationships using ensemble learning, text processing, time series analysis, and deep learning fundamentals

CO3: Implement appropriate data science techniques to solve specific problems in different domains, such as finance, healthcare, and e-commerce.

CO4: Evaluate the performance of data science models and interpret the results, considering limitations and potential biases.

CO5: Design and implement advanced algorithms to a real-world problem, demonstrating for various industrial sectors.

Unit-1
Teaching Hours:13
Ensemble Learning
 

Introduction to Ensemble Learning, Ensembling and Bootstrap Aggregation, Bagging, Boosting, Stacking, Gradient Boosting Machines (GBM), Extreme Gradient Boosting (XGBoost), CatBoost, Applications of Ensemble Learning.

Unit-1
Teaching Hours:13
Ensemble Learning
 

Introduction to Ensemble Learning, Ensembling and Bootstrap Aggregation, Bagging, Boosting, Stacking, Gradient Boosting Machines (GBM), Extreme Gradient Boosting (XGBoost), CatBoost, Applications of Ensemble Learning.

Unit-1
Teaching Hours:13
Ensemble Learning
 

Introduction to Ensemble Learning, Ensembling and Bootstrap Aggregation, Bagging, Boosting, Stacking, Gradient Boosting Machines (GBM), Extreme Gradient Boosting (XGBoost), CatBoost, Applications of Ensemble Learning.

Unit-2
Teaching Hours:16
Text and Natural Language Processing
 

Introduction to NLP, Syntax and Semantics, Pragmatics and Morphology, Text Cleaning and Preparation, Regular Expressions, Tokenization, Stop Words Removal, Stemming and Lemmatization, Part of Speech Tagging, Named Entity Recognition, Introduction to NLP Models, Bag of Words Model, TF-IDF Model, Word Embeddings, GloVe, FastText

Unit-2
Teaching Hours:16
Text and Natural Language Processing
 

Introduction to NLP, Syntax and Semantics, Pragmatics and Morphology, Text Cleaning and Preparation, Regular Expressions, Tokenization, Stop Words Removal, Stemming and Lemmatization, Part of Speech Tagging, Named Entity Recognition, Introduction to NLP Models, Bag of Words Model, TF-IDF Model, Word Embeddings, GloVe, FastText

Unit-2
Teaching Hours:16
Text and Natural Language Processing
 

Introduction to NLP, Syntax and Semantics, Pragmatics and Morphology, Text Cleaning and Preparation, Regular Expressions, Tokenization, Stop Words Removal, Stemming and Lemmatization, Part of Speech Tagging, Named Entity Recognition, Introduction to NLP Models, Bag of Words Model, TF-IDF Model, Word Embeddings, GloVe, FastText

Unit-3
Teaching Hours:13
Time-Series Analysis
 

Stationarity and Seasonality in Time-Series, Preprocessing techniques: Differencing, Detrending, Logarithmic transformation. Trend Analysis in Time-Series, Autoregressive (AR) Models, Moving Average (MA) Models, ARIMA and SARIMA Models, ACF and PACF. Vector Autoregression ARCH and GARCH Models, Feature Engineering and model selection for Time-Series, Regression Models for Forecasting, Tree-Based Models for Forecasting, Evaluation Metrics for Forecasting Models

Unit-3
Teaching Hours:13
Time-Series Analysis
 

Stationarity and Seasonality in Time-Series, Preprocessing techniques: Differencing, Detrending, Logarithmic transformation. Trend Analysis in Time-Series, Autoregressive (AR) Models, Moving Average (MA) Models, ARIMA and SARIMA Models, ACF and PACF. Vector Autoregression ARCH and GARCH Models, Feature Engineering and model selection for Time-Series, Regression Models for Forecasting, Tree-Based Models for Forecasting, Evaluation Metrics for Forecasting Models

Unit-3
Teaching Hours:13
Time-Series Analysis
 

Stationarity and Seasonality in Time-Series, Preprocessing techniques: Differencing, Detrending, Logarithmic transformation. Trend Analysis in Time-Series, Autoregressive (AR) Models, Moving Average (MA) Models, ARIMA and SARIMA Models, ACF and PACF. Vector Autoregression ARCH and GARCH Models, Feature Engineering and model selection for Time-Series, Regression Models for Forecasting, Tree-Based Models for Forecasting, Evaluation Metrics for Forecasting Models

Unit-4
Teaching Hours:18
Deep Learning Fundamentals
 

Activation Functions, Basic Architecture of Neural Networks, Learning in Neural Networks, Gradient descent (GD) and it’s variants, Forward 13T + 5P propagation vs Backpropagation, Limitations of Sigmoid Activation, Tanh, ReLU Activations and Need for Normalization, Optimization, Regularization, Deep Learning Frameworks, Introduction to Convolutional Neural Networks, (CNN), Convolution operation, ReLU Pooling, Flattening, Fully Connected Layers, Softmax & Cross-Entropy, CNN in object detection, CNN in image classification.

Unit-4
Teaching Hours:18
Deep Learning Fundamentals
 

Activation Functions, Basic Architecture of Neural Networks, Learning in Neural Networks, Gradient descent (GD) and it’s variants, Forward 13T + 5P propagation vs Backpropagation, Limitations of Sigmoid Activation, Tanh, ReLU Activations and Need for Normalization, Optimization, Regularization, Deep Learning Frameworks, Introduction to Convolutional Neural Networks, (CNN), Convolution operation, ReLU Pooling, Flattening, Fully Connected Layers, Softmax & Cross-Entropy, CNN in object detection, CNN in image classification.

Unit-4
Teaching Hours:18
Deep Learning Fundamentals
 

Activation Functions, Basic Architecture of Neural Networks, Learning in Neural Networks, Gradient descent (GD) and it’s variants, Forward 13T + 5P propagation vs Backpropagation, Limitations of Sigmoid Activation, Tanh, ReLU Activations and Need for Normalization, Optimization, Regularization, Deep Learning Frameworks, Introduction to Convolutional Neural Networks, (CNN), Convolution operation, ReLU Pooling, Flattening, Fully Connected Layers, Softmax & Cross-Entropy, CNN in object detection, CNN in image classification.

Text Books And Reference Books:

1. “Ensemble Machine Learning: Methods and Applications” by Zhang, C., & Ma, Y. (2012). Publisher: Springer.

2. “Natural Language Processing with Python” by Steven Bird, Ewan Klein, and Edward Loper.

3. Introduction to Time Series Analysis and Forecasting, Second Edition by Jonathan D. Cryer and Kenneth H. Chan (Chapman and Hall/CRC, 2010).

4. Deep Learning by Ian Goodfellow, Yoshua Bengio, and Aaron Courville (MIT Press, 2016).

 

Essential Reading / Recommended Reading

1. “Boosting: Foundations and Algorithms” by Robert E. Schapire and Yoav Freund. Publisher: The MIT Press.

2. “Handbook of Natural Language Processing” by Nitin Indurkhya and Fred J. Damerau

3. The Elements of Statistical Learning: Data Mining, Inference, and Prediction by Trevor Hastie, Robert Tibshirani, and Jerome Friedman (Springer, 2nd Edition, 2009).

 

Evaluation Pattern
  • CIA 1 – 20 Marks
  • CIA 2 – 50 Marks
  • CIA 3 – 20 Marks
  • Practical – 50 Marks
  • End Semester Examination – 50 Marks
  • Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

DS542PE03 - INTRODUCTION TO DATA SCIENCE (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

 

Course Description:

This course provides an overview of fundamental concepts and techniques in data science, equipping.students with the skills necessary to work with data effectively and derive actionable insights.Through a combination of lectures and hands-on exercises, students will learn the entire data science.pipeline, from data acquisition and cleaning to analysis and visualization..

Course Objective:

      To understand the role of Data Science.

      Ability to learn Data Acquisition and Cleaning.

      Demonstrate Exploratory Data Analysis.

  • To gain knowledge in Statistical Analysis.

Learning Outcome

CO1: Demonstrate the data science process and the ways of managing data

CO2: Make use of Python for exploratory data analysis

CO3: Demonstrate proficiency of data analytics using text mining

CO4: Experiment with R for model evaluation and validation

CO5: Examine data analysis and visualization using Tableau

Unit-1
Teaching Hours:12
INTRODUCTION TO DATASCIENCE
 

Need for Data Science Data Science Process – Business Intelligence and Data Science – Prerequisites for a Data Scientist – Tools and Skills required.Analytics for Data Science – Examples of Data Analytics – Data AnalyticsLifecycle: Data Discovery, Data Preparation, Model Planning, Model

Building, Communicate Results.

Unit-1
Teaching Hours:12
INTRODUCTION TO DATASCIENCE
 

Need for Data Science Data Science Process – Business Intelligence and Data Science – Prerequisites for a Data Scientist – Tools and Skills required.Analytics for Data Science – Examples of Data Analytics – Data AnalyticsLifecycle: Data Discovery, Data Preparation, Model Planning, Model

Building, Communicate Results.

Unit-2
Teaching Hours:12
PYTHON PLATFORM FOR DATA SCIENCE
 

Python for Data Science –Python Libraries – Data Frame Manipulation

with numpy and pandas – Exploration Data Analysis – Time Series Dataset – Clustering with Python

Unit-2
Teaching Hours:12
PYTHON PLATFORM FOR DATA SCIENCE
 

Python for Data Science –Python Libraries – Data Frame Manipulation

with numpy and pandas – Exploration Data Analysis – Time Series Dataset – Clustering with Python

Unit-3
Teaching Hours:12
DATA ANALYTICS ON TEXT
 

Text mining-Major Text Mining Areas – Information Retrieval – Data Mining –Text analytics

– Text analytics subtasks: Cleaning and Parsing, Searching, Retrieval, Text Mining, Basic Text Analysis Steps.

Unit-3
Teaching Hours:12
DATA ANALYTICS ON TEXT
 

Text mining-Major Text Mining Areas – Information Retrieval – Data Mining –Text analytics

– Text analytics subtasks: Cleaning and Parsing, Searching, Retrieval, Text Mining, Basic Text Analysis Steps.

Unit-4
Teaching Hours:12
DATA MANIPULATION IN R
 

Reading and getting data into R – ordered and unordered factors – arrays

and matrices – lists and data frames – reading data from files.

Unit-4
Teaching Hours:12
DATA MANIPULATION IN R
 

Reading and getting data into R – ordered and unordered factors – arrays

and matrices – lists and data frames – reading data from files.

Unit-5
Teaching Hours:12
TABLEAU
 

Tableau Introduction – Dimensions, Measures, Descriptive Statistics,

Basic Charts, Dashboard Design Principles, Special Chart Types

Unit-5
Teaching Hours:12
TABLEAU
 

Tableau Introduction – Dimensions, Measures, Descriptive Statistics,

Basic Charts, Dashboard Design Principles, Special Chart Types

Text Books And Reference Books:

1.Sanjeev Wagh, Manisha Bhende, Anuradha Thakare, ‘Fundamentals ofData Science, CRC Press, 1st Edition, 2022.

2.Nina Zumel, John Mount, “Practical Data Science with R”,Manning Publications, 2014.

3.Mark Gardener, “Beginning R - The Statistical Pr ogrammingLanguage”, John Wiley & Sons, Inc., 2012.

Essential Reading / Recommended Reading

1.Joel Grus, “Data Science from Scratch: First Principles with Python”,O’Reilly Media, 1 st Edition, 2015.

2.Avrim Blum, John Hopcroft, Ravindran Kannan, “Foundations of Data Science”, Cambridge University Press, First Edition, 2020.

3.Tony Ojeda, Sean Patrick Murphy, Benjamin Bengfort, AbhijitDasgupta, “Practical Data Science Cookbook”, Packt PublishingLtd., 2014..

4.Ryan Sleeper, "Practical Tableau", O'Reilly Media, Inc.April 2018.

 

Evaluation Pattern

Courses with 3credits(Theory & Practical’s)

·       CIA 1 – 20 Marks

·       CIA 2 – 50 Marks

·       CIA 3 – 20 Marks

·       Practical – 50 Marks

·       End Semester Examination – 50 Marks

·       Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

 

 

 

ECOE561E01 - EMBEDDED BOARDS FOR IOT APPLICATIONS (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

The aim of this course is to introduce the architecture, programming and interfacing of peripheral devices with embedded boards for IOT applications and design IOT based smart applications

Learning Outcome

CO1: Understand the architecture, programming and interfacing principles of ATMEGA32 AVR microcontroller and Rasberry Pi

CO2: Understand the applications of ATMEGA32 AVR microcontroller, Microprocessor and Rasberry Pi in IoT

CO3: Analyze the design scheme for IoT using Microcontrollers

Unit-1
Teaching Hours:9
NETWORKING SENSORS
 

Network Architecture - Sensor Network Scenarios- Optimization Goals and Figures of Merit- Physical Layer and Transceiver Design Considerations-MAC Protocols for Wireless Sensor Networks- Introduction of sensors and transducers

Unit-1
Teaching Hours:9
NETWORKING SENSORS
 

Network Architecture - Sensor Network Scenarios- Optimization Goals and Figures of Merit- Physical Layer and Transceiver Design Considerations-MAC Protocols for Wireless Sensor Networks- Introduction of sensors and transducers

Unit-1
Teaching Hours:9
NETWORKING SENSORS
 

Network Architecture - Sensor Network Scenarios- Optimization Goals and Figures of Merit- Physical Layer and Transceiver Design Considerations-MAC Protocols for Wireless Sensor Networks- Introduction of sensors and transducers

Unit-2
Teaching Hours:9
ARDUINO BOARD AND its? INTERFACING
 

ATMEGA328 microcontroller - Architecture- memory organisation – Operating modes – On chip peripherals- Embedded communication interfaces-  Example programs using Arduino IDE- Integration of peripherals (Buttons & switches, digital inputs, Matrix keypad, Basic RGB color-mixing, electromechanical devices- Displays- sensors(Temperature, Pressure, Humidity, Water level etc.), camera, real time clock, relays, actuators, Bluetooth, Wi-fi)

Unit-2
Teaching Hours:9
ARDUINO BOARD AND its? INTERFACING
 

ATMEGA328 microcontroller - Architecture- memory organisation – Operating modes – On chip peripherals- Embedded communication interfaces-  Example programs using Arduino IDE- Integration of peripherals (Buttons & switches, digital inputs, Matrix keypad, Basic RGB color-mixing, electromechanical devices- Displays- sensors(Temperature, Pressure, Humidity, Water level etc.), camera, real time clock, relays, actuators, Bluetooth, Wi-fi)

Unit-2
Teaching Hours:9
ARDUINO BOARD AND its? INTERFACING
 

ATMEGA328 microcontroller - Architecture- memory organisation – Operating modes – On chip peripherals- Embedded communication interfaces-  Example programs using Arduino IDE- Integration of peripherals (Buttons & switches, digital inputs, Matrix keypad, Basic RGB color-mixing, electromechanical devices- Displays- sensors(Temperature, Pressure, Humidity, Water level etc.), camera, real time clock, relays, actuators, Bluetooth, Wi-fi)

Unit-3
Teaching Hours:9
IoT BASED SYSTEM DESIGN
 

Definition of IoT- Applications and Verticals- System Architecture-Typical Process Flows-Technological Enablers- Open Standard Reference Model- Design Constraints and Considerations- IoT Security-  Experiments using Arduino Platform

Unit-3
Teaching Hours:9
IoT BASED SYSTEM DESIGN
 

Definition of IoT- Applications and Verticals- System Architecture-Typical Process Flows-Technological Enablers- Open Standard Reference Model- Design Constraints and Considerations- IoT Security-  Experiments using Arduino Platform

Unit-3
Teaching Hours:9
IoT BASED SYSTEM DESIGN
 

Definition of IoT- Applications and Verticals- System Architecture-Typical Process Flows-Technological Enablers- Open Standard Reference Model- Design Constraints and Considerations- IoT Security-  Experiments using Arduino Platform

Unit-4
Teaching Hours:9
RASBERRY-PI
 

Introduction to Raspberry pi – configuration of Raspberry pi – programming raspberry pi - Implementation of IOT with Rasberry pi

Unit-4
Teaching Hours:9
RASBERRY-PI
 

Introduction to Raspberry pi – configuration of Raspberry pi – programming raspberry pi - Implementation of IOT with Rasberry pi

Unit-4
Teaching Hours:9
RASBERRY-PI
 

Introduction to Raspberry pi – configuration of Raspberry pi – programming raspberry pi - Implementation of IOT with Rasberry pi

Unit-5
Teaching Hours:9
IMPLEMENTATION
 

This unit is entirely practical based} 

Implementation of a IOT based real time system. The concept of the specific embedded design has to be discussed.

Eg: Smart Irrigation using IOT/IoT Based Biometrics Implementation on Raspberry Pi/ Automation etc.

Note: Unit – V will be based on a group project. Each group comprising of maximum 3 members. Any microcontroller can be used in Unit-V

Unit-5
Teaching Hours:9
IMPLEMENTATION
 

This unit is entirely practical based} 

Implementation of a IOT based real time system. The concept of the specific embedded design has to be discussed.

Eg: Smart Irrigation using IOT/IoT Based Biometrics Implementation on Raspberry Pi/ Automation etc.

Note: Unit – V will be based on a group project. Each group comprising of maximum 3 members. Any microcontroller can be used in Unit-V

Unit-5
Teaching Hours:9
IMPLEMENTATION
 

This unit is entirely practical based} 

Implementation of a IOT based real time system. The concept of the specific embedded design has to be discussed.

Eg: Smart Irrigation using IOT/IoT Based Biometrics Implementation on Raspberry Pi/ Automation etc.

Note: Unit – V will be based on a group project. Each group comprising of maximum 3 members. Any microcontroller can be used in Unit-V

Text Books And Reference Books:

T1.Slama, Dirak “Enterprise IOT : Strategies and Best Practices for Connected Products and services”, Shroff Publisher, 1st edition,2015

T2. Ali Mazidi, Sarmad Naimi, Sepehr Naimi “AVR Microcontroller and Embedded Systems: Using Assembly and C”, Pearson 2013

T3. Wentk, “Richard Raspberry Pi”, John Wiley & Sons, 2014

Essential Reading / Recommended Reading

R1. .K. Ray & K.M.Bhurchandi, “Advanced Microprocessors and peripherals- Architectures, Programming and Interfacing”, Tata McGraw Hill, 2002 reprint

R2. Gibson, “Microprocessor and Interfacing” Tata McGraw Hill,II edition, 2009

R3. Muhammad Ali Mazidi, Rolin D. Mckinlay, Danny Causey “8051 Microcontroller and Embedded Systems using Assembly and C” Prentice Hall of India,2008

Evaluation Pattern

As per university norms

Category-Open Elective

CIA-50

CIA-20 ( WITH 2 COMPONENTS SCALED TO 10)

CIA2-Mid semester Examination 50 (scaled down to 25)

CIA 3-20  ( WITH 2 COMPONENTS SCALED TO 10)

ATTENDANCE 5

 

ESE-100

 

ECOE561E02 - OBSERVING EARTH FROM SPACE (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

The aim of this introductory course is to understand the basics and applications of Satellite Remote Sensing, become familiar with the usage of active and Passive remote Sensing from space and explore the applications of Satellite Remote Sensing from Ecology to National Security. The course will include some simple python based Jupyter Notebooks and open-source Remote Sensing resources. The course will introduce students to a career in Satellite remote sensing with reference to UN SDGs.

 

 

 

Learning Outcome

CO1: Explain the principles of Satellite systems and the general understanding of their applicability in intelligent systems

CO2: Explain satellite based passive sensors and their principles

CO3: Explain satellite based active sensors and their principles.

CO4: Explain GIS and its platforms

CO5: Apply the understanding of working with satellite data and with the general understanding of their applicability in intelligent systems to find solutions to societal challenges.

Unit-1
Teaching Hours:9
BASICS Of SATELLITES AND SATELLITE IMAGERY
 

History of Satellites, Types and Classification of Satellites, Launching of Satellites, orbits, attitude and orbit control, Satellite imagery and basics of Satellite datasets, Satellite Imagery for UN SDG, Satellite data analysis   

Unit-1
Teaching Hours:9
BASICS Of SATELLITES AND SATELLITE IMAGERY
 

History of Satellites, Types and Classification of Satellites, Launching of Satellites, orbits, attitude and orbit control, Satellite imagery and basics of Satellite datasets, Satellite Imagery for UN SDG, Satellite data analysis   

Unit-1
Teaching Hours:9
BASICS Of SATELLITES AND SATELLITE IMAGERY
 

History of Satellites, Types and Classification of Satellites, Launching of Satellites, orbits, attitude and orbit control, Satellite imagery and basics of Satellite datasets, Satellite Imagery for UN SDG, Satellite data analysis   

Unit-1
Teaching Hours:9
BASICS Of SATELLITES AND SATELLITE IMAGERY
 

History of Satellites, Types and Classification of Satellites, Launching of Satellites, orbits, attitude and orbit control, Satellite imagery and basics of Satellite datasets, Satellite Imagery for UN SDG, Satellite data analysis   

Unit-1
Teaching Hours:9
BASICS Of SATELLITES AND SATELLITE IMAGERY
 

History of Satellites, Types and Classification of Satellites, Launching of Satellites, orbits, attitude and orbit control, Satellite imagery and basics of Satellite datasets, Satellite Imagery for UN SDG, Satellite data analysis   

Unit-1
Teaching Hours:9
BASICS Of SATELLITES AND SATELLITE IMAGERY
 

History of Satellites, Types and Classification of Satellites, Launching of Satellites, orbits, attitude and orbit control, Satellite imagery and basics of Satellite datasets, Satellite Imagery for UN SDG, Satellite data analysis   

Unit-2
Teaching Hours:9
INTRODUCTION TO PASSIVE SATELLITE IMAGERY
 

Concept of Imaging Spectroscopy, Difference between multispectral and hyperspectral, Spectral features, Types of Spectrometer Sensors and missions,resolution,AI and ML in satellite image analysis, Introduction to python and Jupyter notebooks for satellite image analysis

Unit-2
Teaching Hours:9
INTRODUCTION TO PASSIVE SATELLITE IMAGERY
 

Concept of Imaging Spectroscopy, Difference between multispectral and hyperspectral, Spectral features, Types of Spectrometer Sensors and missions,resolution,AI and ML in satellite image analysis, Introduction to python and Jupyter notebooks for satellite image analysis

Unit-2
Teaching Hours:9
INTRODUCTION TO PASSIVE SATELLITE IMAGERY
 

Concept of Imaging Spectroscopy, Difference between multispectral and hyperspectral, Spectral features, Types of Spectrometer Sensors and missions,resolution,AI and ML in satellite image analysis, Introduction to python and Jupyter notebooks for satellite image analysis

Unit-2
Teaching Hours:9
INTRODUCTION TO PASSIVE SATELLITE IMAGERY
 

Concept of Imaging Spectroscopy, Difference between multispectral and hyperspectral, Spectral features, Types of Spectrometer Sensors and missions,resolution,AI and ML in satellite image analysis, Introduction to python and Jupyter notebooks for satellite image analysis

Unit-2
Teaching Hours:9
INTRODUCTION TO PASSIVE SATELLITE IMAGERY
 

Concept of Imaging Spectroscopy, Difference between multispectral and hyperspectral, Spectral features, Types of Spectrometer Sensors and missions,resolution,AI and ML in satellite image analysis, Introduction to python and Jupyter notebooks for satellite image analysis

Unit-2
Teaching Hours:9
INTRODUCTION TO PASSIVE SATELLITE IMAGERY
 

Concept of Imaging Spectroscopy, Difference between multispectral and hyperspectral, Spectral features, Types of Spectrometer Sensors and missions,resolution,AI and ML in satellite image analysis, Introduction to python and Jupyter notebooks for satellite image analysis

Unit-3
Teaching Hours:9
INTRODUCTION TO ACTIVE SATELLITE IMAGERY
 

Active imaging technology, radar range equation and its Implications, using amplitude phase and polarity of returned signals to measure target parameters,scattering matrix and its decomposition, NISAR Mission

Unit-3
Teaching Hours:9
INTRODUCTION TO ACTIVE SATELLITE IMAGERY
 

Active imaging technology, radar range equation and its Implications, using amplitude phase and polarity of returned signals to measure target parameters,scattering matrix and its decomposition, NISAR Mission

Unit-3
Teaching Hours:9
INTRODUCTION TO ACTIVE SATELLITE IMAGERY
 

Active imaging technology, radar range equation and its Implications, using amplitude phase and polarity of returned signals to measure target parameters,scattering matrix and its decomposition, NISAR Mission

Unit-3
Teaching Hours:9
INTRODUCTION TO ACTIVE SATELLITE IMAGERY
 

Active imaging technology, radar range equation and its Implications, using amplitude phase and polarity of returned signals to measure target parameters,scattering matrix and its decomposition, NISAR Mission

Unit-3
Teaching Hours:9
INTRODUCTION TO ACTIVE SATELLITE IMAGERY
 

Active imaging technology, radar range equation and its Implications, using amplitude phase and polarity of returned signals to measure target parameters,scattering matrix and its decomposition, NISAR Mission

Unit-3
Teaching Hours:9
INTRODUCTION TO ACTIVE SATELLITE IMAGERY
 

Active imaging technology, radar range equation and its Implications, using amplitude phase and polarity of returned signals to measure target parameters,scattering matrix and its decomposition, NISAR Mission

Unit-4
Teaching Hours:9
INTRODUCTION TO GIS & SPATIAL DATA ANALYTICS
 

Difference between Raster and Vector Data, QGIS, QField, ArcGIS, Google Earth Engine, Geopandas, GPS and use of mobile to capture data to integrate with satellite data

Unit-4
Teaching Hours:9
INTRODUCTION TO GIS & SPATIAL DATA ANALYTICS
 

Difference between Raster and Vector Data, QGIS, QField, ArcGIS, Google Earth Engine, Geopandas, GPS and use of mobile to capture data to integrate with satellite data

Unit-4
Teaching Hours:9
INTRODUCTION TO GIS & SPATIAL DATA ANALYTICS
 

Difference between Raster and Vector Data, QGIS, QField, ArcGIS, Google Earth Engine, Geopandas, GPS and use of mobile to capture data to integrate with satellite data

Unit-4
Teaching Hours:9
INTRODUCTION TO GIS & SPATIAL DATA ANALYTICS
 

Difference between Raster and Vector Data, QGIS, QField, ArcGIS, Google Earth Engine, Geopandas, GPS and use of mobile to capture data to integrate with satellite data

Unit-4
Teaching Hours:9
INTRODUCTION TO GIS & SPATIAL DATA ANALYTICS
 

Difference between Raster and Vector Data, QGIS, QField, ArcGIS, Google Earth Engine, Geopandas, GPS and use of mobile to capture data to integrate with satellite data

Unit-4
Teaching Hours:9
INTRODUCTION TO GIS & SPATIAL DATA ANALYTICS
 

Difference between Raster and Vector Data, QGIS, QField, ArcGIS, Google Earth Engine, Geopandas, GPS and use of mobile to capture data to integrate with satellite data

Unit-5
Teaching Hours:9
LAND APPLICATIONS
 

Use of Satellite Remote Sensing in Agriculture, Forest Biomass Measurement, Security and Geodesy .Hazards and Disaster Management as per UN SDG, Use of Satellite Remote Sensing in predicting/monitoring floods, Earthquakes, volcanoes and Fires.

Unit-5
Teaching Hours:9
LAND APPLICATIONS
 

Use of Satellite Remote Sensing in Agriculture, Forest Biomass Measurement, Security and Geodesy .Hazards and Disaster Management as per UN SDG, Use of Satellite Remote Sensing in predicting/monitoring floods, Earthquakes, volcanoes and Fires.

Unit-5
Teaching Hours:9
LAND APPLICATIONS
 

Use of Satellite Remote Sensing in Agriculture, Forest Biomass Measurement, Security and Geodesy .Hazards and Disaster Management as per UN SDG, Use of Satellite Remote Sensing in predicting/monitoring floods, Earthquakes, volcanoes and Fires.

Unit-5
Teaching Hours:9
LAND APPLICATIONS
 

Use of Satellite Remote Sensing in Agriculture, Forest Biomass Measurement, Security and Geodesy .Hazards and Disaster Management as per UN SDG, Use of Satellite Remote Sensing in predicting/monitoring floods, Earthquakes, volcanoes and Fires.

Unit-5
Teaching Hours:9
LAND APPLICATIONS
 

Use of Satellite Remote Sensing in Agriculture, Forest Biomass Measurement, Security and Geodesy .Hazards and Disaster Management as per UN SDG, Use of Satellite Remote Sensing in predicting/monitoring floods, Earthquakes, volcanoes and Fires.

Unit-5
Teaching Hours:9
LAND APPLICATIONS
 

Use of Satellite Remote Sensing in Agriculture, Forest Biomass Measurement, Security and Geodesy .Hazards and Disaster Management as per UN SDG, Use of Satellite Remote Sensing in predicting/monitoring floods, Earthquakes, volcanoes and Fires.

Text Books And Reference Books:

T1. Rebekah B. Ismaili, “Earth Observation Using Python”, Wiley, 2021, Satellite Communication Anil Mainy Wiley 2010

T2. Ruiliang Pu, Hyperspectral Remote Sensing Fundamentals and Practice ,CRC Press 2017

T3. The SAR Handbook. NASA & Servir Global

T4. Christopher D.Lloyd, “Spatial Data Analysis : An Introduction for GIS Users”, Oxford University Press, 2010.

T5. Liguo Wong,Chunhui Zhao,Hyperspectral Image Processing,Springer 2015

T6. Matteo Pastorino and Andrea Randazzo, “ Microwave Imaging Methods and Applications”, Artech House, 2018

Essential Reading / Recommended Reading

R1. Dimitri G. Manolakis  Hyperspectral Imaging Remote Sensing Physics, Sensors, and Algorithms,Cambridge University Press,2016

R2. Smith, B., Carpentier, M.H, “ The Microwave Engineering Handbook-Microwave systems and applications”, Springer

Evaluation Pattern

As per university norms

[ Scaled: CIA-50 Marks

ESE-50 Marks]

Maximum Marks -100

CIA I-10 ( COMPONENT 1-10 MARKS , COMPONENT 2-10 MARKS- TOTAL -20 )

CIA 2- MSE  - 25 (50 MARKS SCALED DOWN TO 25)

CIA 3-10  ( COMPONENT 1-10 MARKS , COMPONENT 2-10 MARKS- TOTAL -20 )

ATTENDANCE-05

End Semester Examination-100 Marks

 

ECOE561E03 - E-WASTE MANAGEMENT AND RADIATION EFFECT (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

The primary objective of this course on E-waste and Mobile Radiation is to provide students with a comprehensive understanding of the environmental, health, and societal implications associated with the proliferation of electronic devices and mobile technology. Through a multidisciplinary approach, the course aims to achieve provide an understanding on the concept of e-waste, including its sources, composition, and global impact on the environment and human health. It would examine the life cycle of electronic devices, from production to disposal, and identify environmental and health risks associated with each stage. The students would evaluate current regulations and policies governing E-waste management and mobile radiation safety at local, national, and international levels and analyze the socio-economic factors contributing to the generation of E-waste and mobile radiation exposure disparities, with a focus on environmental justice and public health equity. They would develop practical skills for responsible E-waste management, including recycling, refurbishment, and proper disposal methods and implement strategies to reduce personal exposure to mobile radiation through informed device usage and radiation protection measures.

Learning Outcome

CO1: Understand the different types of waste generated in the society, particularly e-waste and be able to comprehend the life cycle of an electronic equipment, the composition and harmful effects of e-waste.

CO2: Understand the phases, components and benefits of e-waste risk assessment and audit and report preparation

CO3: Understand the impact of Recycling E-Waste, waste trading and the recovery of metals from e-waste

CO4: Understand the overview of e-waste management policies in the U.S, India and globally

CO5: Understand the effect of electromagnetic waves and radiations on human health.

Unit-1
Teaching Hours:9
INTRODUCTION TO WASTE MANAGEMENT
 

Waste – Definition, Different types of Waste – Biodegerable, non – biodegradable, plastic waste, biomedical waste, E- waste, Construction and demolition waste and Industrial waste, LCA of electronics, Composition of e-waste, Possible hazardous substances present in e-waste, Environmental and Health implications

Unit-1
Teaching Hours:9
INTRODUCTION TO WASTE MANAGEMENT
 

Waste – Definition, Different types of Waste – Biodegerable, non – biodegradable, plastic waste, biomedical waste, E- waste, Construction and demolition waste and Industrial waste, LCA of electronics, Composition of e-waste, Possible hazardous substances present in e-waste, Environmental and Health implications

Unit-1
Teaching Hours:9
INTRODUCTION TO WASTE MANAGEMENT
 

Waste – Definition, Different types of Waste – Biodegerable, non – biodegradable, plastic waste, biomedical waste, E- waste, Construction and demolition waste and Industrial waste, LCA of electronics, Composition of e-waste, Possible hazardous substances present in e-waste, Environmental and Health implications

Unit-1
Teaching Hours:9
INTRODUCTION TO WASTE MANAGEMENT
 

Waste – Definition, Different types of Waste – Biodegerable, non – biodegradable, plastic waste, biomedical waste, E- waste, Construction and demolition waste and Industrial waste, LCA of electronics, Composition of e-waste, Possible hazardous substances present in e-waste, Environmental and Health implications

Unit-1
Teaching Hours:9
INTRODUCTION TO WASTE MANAGEMENT
 

Waste – Definition, Different types of Waste – Biodegerable, non – biodegradable, plastic waste, biomedical waste, E- waste, Construction and demolition waste and Industrial waste, LCA of electronics, Composition of e-waste, Possible hazardous substances present in e-waste, Environmental and Health implications

Unit-1
Teaching Hours:9
INTRODUCTION TO WASTE MANAGEMENT
 

Waste – Definition, Different types of Waste – Biodegerable, non – biodegradable, plastic waste, biomedical waste, E- waste, Construction and demolition waste and Industrial waste, LCA of electronics, Composition of e-waste, Possible hazardous substances present in e-waste, Environmental and Health implications

Unit-2
Teaching Hours:9
AUDIT PROCEDURE AND PREPARATION
 

Scope of waste management audits, significance, benefits, phases and components of conducting waste management audits, e-waste risk assessment, Essentials for E-Waste Disposal audit, composition and impact of e-waste on Health and environment, Role of education institution in e-waste generation, carbon emission due to e–waste, Report preparation

Unit-2
Teaching Hours:9
AUDIT PROCEDURE AND PREPARATION
 

Scope of waste management audits, significance, benefits, phases and components of conducting waste management audits, e-waste risk assessment, Essentials for E-Waste Disposal audit, composition and impact of e-waste on Health and environment, Role of education institution in e-waste generation, carbon emission due to e–waste, Report preparation

Unit-2
Teaching Hours:9
AUDIT PROCEDURE AND PREPARATION
 

Scope of waste management audits, significance, benefits, phases and components of conducting waste management audits, e-waste risk assessment, Essentials for E-Waste Disposal audit, composition and impact of e-waste on Health and environment, Role of education institution in e-waste generation, carbon emission due to e–waste, Report preparation

Unit-2
Teaching Hours:9
AUDIT PROCEDURE AND PREPARATION
 

Scope of waste management audits, significance, benefits, phases and components of conducting waste management audits, e-waste risk assessment, Essentials for E-Waste Disposal audit, composition and impact of e-waste on Health and environment, Role of education institution in e-waste generation, carbon emission due to e–waste, Report preparation

Unit-2
Teaching Hours:9
AUDIT PROCEDURE AND PREPARATION
 

Scope of waste management audits, significance, benefits, phases and components of conducting waste management audits, e-waste risk assessment, Essentials for E-Waste Disposal audit, composition and impact of e-waste on Health and environment, Role of education institution in e-waste generation, carbon emission due to e–waste, Report preparation

Unit-2
Teaching Hours:9
AUDIT PROCEDURE AND PREPARATION
 

Scope of waste management audits, significance, benefits, phases and components of conducting waste management audits, e-waste risk assessment, Essentials for E-Waste Disposal audit, composition and impact of e-waste on Health and environment, Role of education institution in e-waste generation, carbon emission due to e–waste, Report preparation

Unit-3
Teaching Hours:9
DISPOSAL TECHNIQUES AND ITS IMPACT
 

Impact of Recycling E-Waste, Availability of more resources in recycling, Essential disposal steps for these e-waste items, Steps for Mobile Device Disposal, recovery of metals from e-waste, Essential factors in global waste trade economy, Waste trading, Free trade agreements as a means of waste trading, Personalized Recommendations for E-Waste Disposal, Action Plan and Suggestions for Waste Reduction in the Organization, field visit

Unit-3
Teaching Hours:9
DISPOSAL TECHNIQUES AND ITS IMPACT
 

Impact of Recycling E-Waste, Availability of more resources in recycling, Essential disposal steps for these e-waste items, Steps for Mobile Device Disposal, recovery of metals from e-waste, Essential factors in global waste trade economy, Waste trading, Free trade agreements as a means of waste trading, Personalized Recommendations for E-Waste Disposal, Action Plan and Suggestions for Waste Reduction in the Organization, field visit

Unit-3
Teaching Hours:9
DISPOSAL TECHNIQUES AND ITS IMPACT
 

Impact of Recycling E-Waste, Availability of more resources in recycling, Essential disposal steps for these e-waste items, Steps for Mobile Device Disposal, recovery of metals from e-waste, Essential factors in global waste trade economy, Waste trading, Free trade agreements as a means of waste trading, Personalized Recommendations for E-Waste Disposal, Action Plan and Suggestions for Waste Reduction in the Organization, field visit

Unit-3
Teaching Hours:9
DISPOSAL TECHNIQUES AND ITS IMPACT
 

Impact of Recycling E-Waste, Availability of more resources in recycling, Essential disposal steps for these e-waste items, Steps for Mobile Device Disposal, recovery of metals from e-waste, Essential factors in global waste trade economy, Waste trading, Free trade agreements as a means of waste trading, Personalized Recommendations for E-Waste Disposal, Action Plan and Suggestions for Waste Reduction in the Organization, field visit

Unit-3
Teaching Hours:9
DISPOSAL TECHNIQUES AND ITS IMPACT
 

Impact of Recycling E-Waste, Availability of more resources in recycling, Essential disposal steps for these e-waste items, Steps for Mobile Device Disposal, recovery of metals from e-waste, Essential factors in global waste trade economy, Waste trading, Free trade agreements as a means of waste trading, Personalized Recommendations for E-Waste Disposal, Action Plan and Suggestions for Waste Reduction in the Organization, field visit

Unit-3
Teaching Hours:9
DISPOSAL TECHNIQUES AND ITS IMPACT
 

Impact of Recycling E-Waste, Availability of more resources in recycling, Essential disposal steps for these e-waste items, Steps for Mobile Device Disposal, recovery of metals from e-waste, Essential factors in global waste trade economy, Waste trading, Free trade agreements as a means of waste trading, Personalized Recommendations for E-Waste Disposal, Action Plan and Suggestions for Waste Reduction in the Organization, field visit

Unit-4
Teaching Hours:9
LAWS AND LEGISLATION
 

Board overview of e-waste management policies in the U.S, e-waste management rules in India, UNEP, GeSI – Global e-sustainability initiative, The hazardous waste(Management and Handling) rules 2003, Ewaste management rules 2015, Regulatory compliance including roles and responsibility of different stakeholders – producer, manufacturer, consumer etc., Proposed reduction in the use of hazardous substances(RoHS), Extended producer responsibility (EPR). The Basel Convention; The Bamako Convention. The Rotterdam Convention. Waste Electrical and Electronic Equipment (WEEE) Directive in the European Union,

Unit-4
Teaching Hours:9
LAWS AND LEGISLATION
 

Board overview of e-waste management policies in the U.S, e-waste management rules in India, UNEP, GeSI – Global e-sustainability initiative, The hazardous waste(Management and Handling) rules 2003, Ewaste management rules 2015, Regulatory compliance including roles and responsibility of different stakeholders – producer, manufacturer, consumer etc., Proposed reduction in the use of hazardous substances(RoHS), Extended producer responsibility (EPR). The Basel Convention; The Bamako Convention. The Rotterdam Convention. Waste Electrical and Electronic Equipment (WEEE) Directive in the European Union,

Unit-4
Teaching Hours:9
LAWS AND LEGISLATION
 

Board overview of e-waste management policies in the U.S, e-waste management rules in India, UNEP, GeSI – Global e-sustainability initiative, The hazardous waste(Management and Handling) rules 2003, Ewaste management rules 2015, Regulatory compliance including roles and responsibility of different stakeholders – producer, manufacturer, consumer etc., Proposed reduction in the use of hazardous substances(RoHS), Extended producer responsibility (EPR). The Basel Convention; The Bamako Convention. The Rotterdam Convention. Waste Electrical and Electronic Equipment (WEEE) Directive in the European Union,

Unit-4
Teaching Hours:9
LAWS AND LEGISLATION
 

Board overview of e-waste management policies in the U.S, e-waste management rules in India, UNEP, GeSI – Global e-sustainability initiative, The hazardous waste(Management and Handling) rules 2003, Ewaste management rules 2015, Regulatory compliance including roles and responsibility of different stakeholders – producer, manufacturer, consumer etc., Proposed reduction in the use of hazardous substances(RoHS), Extended producer responsibility (EPR). The Basel Convention; The Bamako Convention. The Rotterdam Convention. Waste Electrical and Electronic Equipment (WEEE) Directive in the European Union,

Unit-4
Teaching Hours:9
LAWS AND LEGISLATION
 

Board overview of e-waste management policies in the U.S, e-waste management rules in India, UNEP, GeSI – Global e-sustainability initiative, The hazardous waste(Management and Handling) rules 2003, Ewaste management rules 2015, Regulatory compliance including roles and responsibility of different stakeholders – producer, manufacturer, consumer etc., Proposed reduction in the use of hazardous substances(RoHS), Extended producer responsibility (EPR). The Basel Convention; The Bamako Convention. The Rotterdam Convention. Waste Electrical and Electronic Equipment (WEEE) Directive in the European Union,

Unit-4
Teaching Hours:9
LAWS AND LEGISLATION
 

Board overview of e-waste management policies in the U.S, e-waste management rules in India, UNEP, GeSI – Global e-sustainability initiative, The hazardous waste(Management and Handling) rules 2003, Ewaste management rules 2015, Regulatory compliance including roles and responsibility of different stakeholders – producer, manufacturer, consumer etc., Proposed reduction in the use of hazardous substances(RoHS), Extended producer responsibility (EPR). The Basel Convention; The Bamako Convention. The Rotterdam Convention. Waste Electrical and Electronic Equipment (WEEE) Directive in the European Union,

Unit-5
Teaching Hours:9
MOBILE RADIATION
 

Effect of electromagnetic waves on human health, Advantages and disadvantages of using smartphones and HHDs, Cellular Tower Radiation effects, Solutions to mitigate impact of cell phones and mobile devices on human health and life. Harmful Effects of Radiation, Doses and risks associated with diagnostic radiology, interventional radiology/cardiology, and nuclear medicine, cellular response to radiation, risk associated with diagnostic radiology, radiation sickness, radiation therapy

Unit-5
Teaching Hours:9
MOBILE RADIATION
 

Effect of electromagnetic waves on human health, Advantages and disadvantages of using smartphones and HHDs, Cellular Tower Radiation effects, Solutions to mitigate impact of cell phones and mobile devices on human health and life. Harmful Effects of Radiation, Doses and risks associated with diagnostic radiology, interventional radiology/cardiology, and nuclear medicine, cellular response to radiation, risk associated with diagnostic radiology, radiation sickness, radiation therapy

Unit-5
Teaching Hours:9
MOBILE RADIATION
 

Effect of electromagnetic waves on human health, Advantages and disadvantages of using smartphones and HHDs, Cellular Tower Radiation effects, Solutions to mitigate impact of cell phones and mobile devices on human health and life. Harmful Effects of Radiation, Doses and risks associated with diagnostic radiology, interventional radiology/cardiology, and nuclear medicine, cellular response to radiation, risk associated with diagnostic radiology, radiation sickness, radiation therapy

Unit-5
Teaching Hours:9
MOBILE RADIATION
 

Effect of electromagnetic waves on human health, Advantages and disadvantages of using smartphones and HHDs, Cellular Tower Radiation effects, Solutions to mitigate impact of cell phones and mobile devices on human health and life. Harmful Effects of Radiation, Doses and risks associated with diagnostic radiology, interventional radiology/cardiology, and nuclear medicine, cellular response to radiation, risk associated with diagnostic radiology, radiation sickness, radiation therapy

Unit-5
Teaching Hours:9
MOBILE RADIATION
 

Effect of electromagnetic waves on human health, Advantages and disadvantages of using smartphones and HHDs, Cellular Tower Radiation effects, Solutions to mitigate impact of cell phones and mobile devices on human health and life. Harmful Effects of Radiation, Doses and risks associated with diagnostic radiology, interventional radiology/cardiology, and nuclear medicine, cellular response to radiation, risk associated with diagnostic radiology, radiation sickness, radiation therapy

Unit-5
Teaching Hours:9
MOBILE RADIATION
 

Effect of electromagnetic waves on human health, Advantages and disadvantages of using smartphones and HHDs, Cellular Tower Radiation effects, Solutions to mitigate impact of cell phones and mobile devices on human health and life. Harmful Effects of Radiation, Doses and risks associated with diagnostic radiology, interventional radiology/cardiology, and nuclear medicine, cellular response to radiation, risk associated with diagnostic radiology, radiation sickness, radiation therapy

Text Books And Reference Books:

T1. Johri R., “E-waste: implications, regulations, and management in India and current global best practices”, TERI Press, New Delhi.

T2. Hester R.E., and Harrison R.M, Electronic Waste Management. Science, 2009

Essential Reading / Recommended Reading

R1.  Fowler B, Electronic Waste – 1st Edition (Toxicology and Public Health Issues), 2017Elsevier

R2. Daniel Grosch., “Biological Effects of Radiations’’,  2nd Edition  Academic Press

Evaluation Pattern

As per University Norms

Category- Open Elective

CIA I -20 MARKS

CIA II-50 MARKS

CIA 3-20 MARKS

END SEMESTER EXAMINATION - 100 MARKS

ATTENDANCE-05 MARKS

SCALED -[CIA -50 MARKS & ESE- 50 MARKS]

 

Components of the CIA

CIA I   :  Subject Assignments / Online Tests                       : 10 marks

CIA II  :   Mid Semester Examination (Theory)                     : 25 marks                     

CIAIII:Quiz/Seminar/Case Studies/Project/Innovative Assignments/presentations/publications    : 10 marks

Attendance                                                                             : 05 marks

            Total                                                                                       : 50 marks

EEOE561E01 - HYBRID ELECTRIC VEHICLES (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This course introduces the fundamental concepts, principles, analysis and design of hybrid and electric vehicles.

Learning Outcome

CO1: Understand the concepts of hybrid and electric drive configuration.

CO2: Analyze the operation of Series, Parallel and Series-Parallel Drivetrain configurations.

CO3: Inspect the operation of Electrical Drives used in Automotive applications.

CO4: Identify the Electric & Hybrid Electric Vehicle subsystems and its integration.

CO5: Model Energy Management strategies used in Hybrid, Electric and Conventional Vehicles.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-1
Teaching Hours:9
HYBRID VEHICLES
 

History and importance of hybrid and electric vehicles, impact of modern drive-trains on energy supplies. Basics of vehicle performance, vehicle power sources, transmission characteristics, and mathematical models to describe vehicle performance.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-2
Teaching Hours:9
HYBRID TRACTION
 

Basic concept of hybrid traction, introduction to various hybrid drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis. Basic concepts of electric traction, introduction to various electric drive-train topologies, power flow control in hybrid drive-train topologies, fuel efficiency analysis.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-3
Teaching Hours:9
MOTORS AND DRIVES
 

Introduction to electric components used in hybrid and electric vehicles, configuration and control of DC Motor drives, Configuration and control of Induction Motor drives, configuration and control of Permanent Magnet Motor drives, Configuration and control of Switch Reluctance Motor drives, drive system efficiency.

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-4
Teaching Hours:9
INTEGRATION OF SUBSYSTEMS
 

Matching the electric machine and the internal combustion engine (ICE), Sizing the propulsion motor, sizing the power electronics, selecting the energy storage technology, Communications, supporting subsystems

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Unit-5
Teaching Hours:9
ENERGY MANAGEMENT STRATEGIES
 

Introduction to energy management strategies used in hybrid and electric vehicle, classification of different energy management strategies, comparison of different energy management strategies, implementation issues of energy strategies.

Text Books And Reference Books:

1.      BimalK. Bose, ‘Power Electronics and Motor drives’ , Elsevier, 2011

2.      IqbalHussain, ‘Electric and Hybrid Vehicles: Design Fundamentals’, 2nd edition, CRC Pr I Llc, 2010

Essential Reading / Recommended Reading

1.      Sira -Ramirez, R. Silva Ortigoza, ‘Control Design Techniques in Power Electronics Devices’, Springer, 2006

2.      Siew-Chong Tan, Yuk-Ming Lai, Chi Kong Tse, ‘Sliding mode control of switching Power Converters’, CRC Press, 2011

3.      Ion Boldea and S.A Nasar, ‘Electric drives’, CRC Press, 2005

Evaluation Pattern

Course Outcomes

Components of assessment (marks)

 CIA I

CIA II

CIA III

ESE

CO1: Understand the concepts of hybrid and electric drive configuration.

10

20

 

20

CO2: Analyze the operation of Series, Parallel and Series-Parallel Drivetrain configurations.

10

20

 

20

CO3: Inspect the operation of Electrical Drives used in Automotive applications.

 

10

 

20

CO4:  Identfiy the Electric & Hybrid Electric Vehicle subsystems and its integration.

 

 

10

20

CO5: Model Energy Management strategies used in Hybrid, Electric and Conventional Vehicles.

 

 

10

20

EEOE561E02 - ROBOTICS AND AUTOMATION (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

·         To understand concepts in kinematics and dynamics of robotic system.

·         To introduce control strategies of simple robotic system.

·         To study the applications of computer based control to integrated automation systems.

Learning Outcome

CO 1: To understand the basic concepts in robotics.

CO 2: To describe basic elements in a robotic system

CO 3: To understand the kinematics, dynamics and programming with respect to a robotic system.

CO 4: To understand the control system design for a robotic system

CO 5: To discuss some of the robotic applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-1
Teaching Hours:12
Introduction
 

Robot definitions - Laws of robotics - Robot anatomy - History - Human systems and Robotics - Specifications of Robots - Flexible automation versus Robotic technology - Classification applications

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-2
Teaching Hours:12
Robotic systems
 

Basic structure of a robot – Robot end effectors - Manipulators - Classification of robots – Accuracy - Resolution and repeatability of a robot - Drives and control systems – Mechanical components of robots – Sensors and vision systems - Transducers and sensors - Tactile sensors – Proximity sensors and range sensors - Vision systems - RTOS - PLCs - Power electronics

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-3
Teaching Hours:12
Robot kinematics, dynamics and programming
 

Matrix representation - Forward and reverse kinematics of three degree of freedom – Robot Arm – Homogeneous transformations – Inverse kinematics of Robot – Robo Arm dynamics - D-H representation of forward kinematic equations of robots - Trajectory planning and avoidance of obstacles - Path planning - Skew motion - Joint integrated motion – Straight line motion - Robot languages- Computer control and Robot programming/software

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-4
Teaching Hours:12
Control system design
 

Open loop and feedback control - General approach to control system design - Symbols and drawings - Schematic layout - Travel step diagram, circuit and control modes - Program control - Sequence control - Cascade method - Karnaugh-Veitch mapping - Microcontrollers - Neural network - Artificial Intelligence - Adaptive Control – Hybrid control

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Unit-5
Teaching Hours:12
Robot applications
 

Material handling - Machine loading, Assembly, inspection, processing operations and service robots - Mobile Robots - Robot cell layouts - Robot programming languages

Text Books And Reference Books:

1.      Nagrath and Mittal, “Robotics and Control”, Tata McGraw-Hill, 2003.

2.      Spong and Vidhyasagar, “Robot Dynamics and Control”, John Wiley and sons, 2008.

3.      S. R. Deb and S. Deb, ‘Robotics Technology and Flexible Automation’, Tata McGraw Hill Education Pvt. Ltd, 2010.

Essential Reading / Recommended Reading

1.      Saeed B. Niku, ‘Introduction to Robotics’,Prentice Hall of India, 2003.

2.      Mikell P. Grooveret. al., "Industrial Robots - Technology, Programming and Applications",     McGraw Hill, New York, 2008.

Evaluation Pattern

CIA I -20 marks

CIA II - midsem 50 marks

CIA III - 20 marks

ESE - 100 marks

EEOE561E03 - SMART GRIDS (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Introducing the concepts of various components of Smart Grid, and their impacts on the energy industry, including renewable integration, PHEV penetration, demand side management, and greenhouse gas (GHG) emissions reductions. Energy policy modelling and analysis, such as policies on GHG emissions reductions and incentives to green energy investments, will be integrated into the course as well.

Learning Outcome

CO1: Understand the difference between Smart Grid (SG) vs. Conventional power system (CPS).

CO2: Explore different types of technologies associated with SG and its operational management at consumer level.

CO3: Analyze different types of technologies associated with SG and its operational management at substation level.

CO4: Understand different information and communication technologies suitable for SG environment.

CO5: Understand different ways for handing power quality issues in SG environment at different stages.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-1
Teaching Hours:9
INTRODUCTION TO SMART GRID
 

Evolution of Electric Grid, Concept of Smart Grid, Definitions, Need of Smart Grid, Functions of Smart Grid, Opportunities & Barriers of Smart Grid, Difference between conventional & smart grid, Concept of Resilient &Self Healing Grid, Present development & International policies in Smart Grid. Case study of Smart Grid.CDM opportunities in Smart Grid.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-2
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 1
 

Introduction to Smart Meters, Real Time Prizing, Smart Appliances, Automatic Meter Reading(AMR), Outage Management System(OMS), Plug in Hybrid Electric Vehicles(PHEV), Vehicle to Grid, Smart Sensors, Home & Building Automation, Phase Shifting Transformers.

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-3
Teaching Hours:9
SMART GRID TECHNOLOGIES: PART 2
 

Smart Substations, Substation Automation, Feeder Automation. Geographic Information System(GIS), Intelligent Electronic Devices(IED) & their application for monitoring &protection, Smart storage like Battery, SMES, Pumped Hydro, Compressed Air Energy Storage, Wide Area Measurement System(WAMS), Phase Measurement Unit (PMU).

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-4
Teaching Hours:9
INFORMATION AND COMMUNICATION TECHNOLOGY FOR SMART GRID
 

Advanced Metering Infrastructure (AMI), Home Area Network (HAN), Neighborhood Area Network (NAN), Wide Area Network (WAN). Bluetooth, ZigBee, GPS, Wi-Fi, Wi-Max based communication, Wireless Mesh Network, Basics of CLOUD Computing & Cyber Security for Smart Grid. Broadband over Power line (BPL). IP based protocols.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Unit-5
Teaching Hours:9
POWER QUALITY MANAGEMENT IN SMART GRID
 

Power Quality & EMC in Smart Grid, Power Quality issues of Grid connected Renewable Energy Sources, Power Quality Conditioners for Smart Grid, Web based Power Quality monitoring, Power Quality Audit.

Text Books And Reference Books:

1. Ali Keyhani, Mohammad N. Marwali, Min Dai “Integration of Green and Renewable Energy in Electric Power Systems”, Wiley

2. Clark W. Gellings, “The Smart Grid: Enabling Energy Efficiency and Demand Response”,CRC Press

3. JanakaEkanayake, Nick Jenkins, KithsiriLiyanage, Jianzhong Wu, Akihiko Yokoyama,“Smart Grid: Technology and Applications”, Wiley

4. Jean Claude Sabonnadière, NouredineHadjsaïd, “Smart Grids”, Wiley Blackwell

5. Peter S. Fox Penner, “Smart Power: Climate Changes, the Smart Grid, and the Future ofElectric Utilities”, Island Press; 1 edition 8 Jun 2010

6. S. Chowdhury, S. P. Chowdhury, P. Crossley, “Microgrids and Active DistributionNetworks.” Institution of Engineering and Technology, 30 Jun 2009

7. Stuart Borlase, “Smart Grids (Power Engineering)”, CRC Press

Essential Reading / Recommended Reading

1. Andres Carvallo, John Cooper, “The Advanced Smart Grid: Edge Power DrivingSustainability: 1”, Artech House Publishers July 2011

2. James Northcote, Green, Robert G. Wilson “Control and Automation of Electric PowerDistribution Systems (Power Engineering)”, CRC Press

3. MladenKezunovic, Mark G. Adamiak, Alexander P. Apostolov, Jeffrey George Gilbert“Substation Automation (Power Electronics and Power Systems)”, Springer

4. R. C. Dugan, Mark F. McGranghan, Surya Santoso, H. Wayne Beaty, “Electrical PowerSystem Quality”, 2nd Edition, McGraw Hill Publication

5. Yang Xiao, “Communication and Networking in Smart Grids”, CRC Press.

Evaluation Pattern

Continuous Internal Assessment (CIA) : 50% (50 marks out of 100 marks)

End Semester Examination(ESE)          : 50% (50 marks out of 100 marks)

Components of the CIA

CIA I  :  Subject Assignments / Online Tests             : 10 marks

CIA II:   Mid Semester Examination (Theory)                      : 25 marks                   

CIAIII: Quiz/Seminar/Case Studies/Project/

Innovative assignments/ presentations/ publications              : 10 marks

Attendance                                                                             : 05 marks

            Total                                                                            : 50 marks

Mid Semester Examination (MSE): Theory Papers:

The MSE is conducted for 50 marks of 2 hours duration.

Question paper pattern; Five out of Six questions have to be answered. Each question carries 10 marks

End Semester Examination (ESE):

The ESE is conducted for 100 marks of 3 hours duration.

The syllabus for the theory papers are divided into FIVE units and each unit carries equal Weightage in terms of marks distribution.

Question paper pattern is as follows.

Two full questions with either or choice will be drawn from each unit. Each question carries 20 marks. There could be a maximum of three sub divisions in a question. The emphasis on the questions is to test the objectiveness, analytical skill and application skill of the concept, from a question bank which reviewed and updated every year

The criteria for drawing the questions from the Question Bank are as follows

50 % - Medium Level questions

25 % - Simple level questions

25 % - Complex level questions

HS521 - PROJECT MANAGEMENT AND FINANCE (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This course develops the competencies and skills for planning and controlling projects and understanding interpersonal issues that drive successful project outcomes. Focusing on the introduction of new products and processes, it examines the project management life cycle, defining project parameters, matrix management challenges, effective project management tools and techniques, and the role of a Project Manager. This course guides students through the fundamental project management tools and behavioral skills necessary to successfully launch, lead, and realize benefits from projects in profit and non-profit organizations.

Learning Outcome

CO1: Apply the concept of project management in engineering field through project management life cycle. {L2}{PO9,PO11}

CO2: Analyze the quality management and project activity in engineering field through work breakdown structure. {L2}{PO11}

CO3: Analyze the fundamentals of project and network diagram in engineering and management domain through PDM techniques. {L3}{PO11}

CO4: Understand the basics of Business finance and its applications. {L2}{PO11}

CO5: Understand the meaning and approached to Capital and Financial Structure. {L2}{PO11}

Unit-1
Teaching Hours:9
INTRODUCTION TO PROJECT MANAGEMENT
 

Introduction to Organisations, Principles of Management - its functions, Skills, Organisation Structure, Financial Feasibility. Introduction to Project, Concept, Project Management, Project Life Cycle, Role of Project Manager - Functional Areas, Qualities and Responsibilities, Impact of Delays in Project Completions.

Unit-1
Teaching Hours:9
INTRODUCTION TO PROJECT MANAGEMENT
 

Introduction to Organisations, Principles of Management - its functions, Skills, Organisation Structure, Financial Feasibility. Introduction to Project, Concept, Project Management, Project Life Cycle, Role of Project Manager - Functional Areas, Qualities and Responsibilities, Impact of Delays in Project Completions.

Unit-1
Teaching Hours:9
INTRODUCTION TO PROJECT MANAGEMENT
 

Introduction to Organisations, Principles of Management - its functions, Skills, Organisation Structure, Financial Feasibility. Introduction to Project, Concept, Project Management, Project Life Cycle, Role of Project Manager - Functional Areas, Qualities and Responsibilities, Impact of Delays in Project Completions.

Unit-1
Teaching Hours:9
INTRODUCTION TO PROJECT MANAGEMENT
 

Introduction to Organisations, Principles of Management - its functions, Skills, Organisation Structure, Financial Feasibility. Introduction to Project, Concept, Project Management, Project Life Cycle, Role of Project Manager - Functional Areas, Qualities and Responsibilities, Impact of Delays in Project Completions.

Unit-1
Teaching Hours:9
INTRODUCTION TO PROJECT MANAGEMENT
 

Introduction to Organisations, Principles of Management - its functions, Skills, Organisation Structure, Financial Feasibility. Introduction to Project, Concept, Project Management, Project Life Cycle, Role of Project Manager - Functional Areas, Qualities and Responsibilities, Impact of Delays in Project Completions.

Unit-2
Teaching Hours:9
PROJECT PLAN
 

Project management functions - Controlling, directing, project authority, responsibility, accountability, Scope of Planning, Market Analysis, Demand Forecasting, Product line analysis, Product Mix Analysis, New Product development, Plant location, plant capacity, Capital Budgeting, Time Value of Money, Cash flow importance, decision tree analysis.

Unit-2
Teaching Hours:9
PROJECT PLAN
 

Project management functions - Controlling, directing, project authority, responsibility, accountability, Scope of Planning, Market Analysis, Demand Forecasting, Product line analysis, Product Mix Analysis, New Product development, Plant location, plant capacity, Capital Budgeting, Time Value of Money, Cash flow importance, decision tree analysis.

Unit-2
Teaching Hours:9
PROJECT PLAN
 

Project management functions - Controlling, directing, project authority, responsibility, accountability, Scope of Planning, Market Analysis, Demand Forecasting, Product line analysis, Product Mix Analysis, New Product development, Plant location, plant capacity, Capital Budgeting, Time Value of Money, Cash flow importance, decision tree analysis.

Unit-2
Teaching Hours:9
PROJECT PLAN
 

Project management functions - Controlling, directing, project authority, responsibility, accountability, Scope of Planning, Market Analysis, Demand Forecasting, Product line analysis, Product Mix Analysis, New Product development, Plant location, plant capacity, Capital Budgeting, Time Value of Money, Cash flow importance, decision tree analysis.

Unit-2
Teaching Hours:9
PROJECT PLAN
 

Project management functions - Controlling, directing, project authority, responsibility, accountability, Scope of Planning, Market Analysis, Demand Forecasting, Product line analysis, Product Mix Analysis, New Product development, Plant location, plant capacity, Capital Budgeting, Time Value of Money, Cash flow importance, decision tree analysis.

Unit-3
Teaching Hours:9
PROJECT SCHEDULING
 

Introduction, Estimation of Time, Project Network Analysis - CPM and PERT model, Gantt Chart, Resource Loading,Resource Leveling, Resource Allocation.  Estimating activity time and total program time, total PERT/CPM planning crash times, software‘s used in project management.

Unit-3
Teaching Hours:9
PROJECT SCHEDULING
 

Introduction, Estimation of Time, Project Network Analysis - CPM and PERT model, Gantt Chart, Resource Loading,Resource Leveling, Resource Allocation.  Estimating activity time and total program time, total PERT/CPM planning crash times, software‘s used in project management.

Unit-3
Teaching Hours:9
PROJECT SCHEDULING
 

Introduction, Estimation of Time, Project Network Analysis - CPM and PERT model, Gantt Chart, Resource Loading,Resource Leveling, Resource Allocation.  Estimating activity time and total program time, total PERT/CPM planning crash times, software‘s used in project management.

Unit-3
Teaching Hours:9
PROJECT SCHEDULING
 

Introduction, Estimation of Time, Project Network Analysis - CPM and PERT model, Gantt Chart, Resource Loading,Resource Leveling, Resource Allocation.  Estimating activity time and total program time, total PERT/CPM planning crash times, software‘s used in project management.

Unit-3
Teaching Hours:9
PROJECT SCHEDULING
 

Introduction, Estimation of Time, Project Network Analysis - CPM and PERT model, Gantt Chart, Resource Loading,Resource Leveling, Resource Allocation.  Estimating activity time and total program time, total PERT/CPM planning crash times, software‘s used in project management.

Unit-4
Teaching Hours:9
PROJECT MONITORING AND CONTROLLING
 

Introduction, Purpose, Types of control, Designing and Monitoring Systems, reporting and types. Financial Control, Quality Control, Human Resource Control, Management Control System, Project Quality Management, Managing Risks.

Unit-4
Teaching Hours:9
PROJECT MONITORING AND CONTROLLING
 

Introduction, Purpose, Types of control, Designing and Monitoring Systems, reporting and types. Financial Control, Quality Control, Human Resource Control, Management Control System, Project Quality Management, Managing Risks.

Unit-4
Teaching Hours:9
PROJECT MONITORING AND CONTROLLING
 

Introduction, Purpose, Types of control, Designing and Monitoring Systems, reporting and types. Financial Control, Quality Control, Human Resource Control, Management Control System, Project Quality Management, Managing Risks.

Unit-4
Teaching Hours:9
PROJECT MONITORING AND CONTROLLING
 

Introduction, Purpose, Types of control, Designing and Monitoring Systems, reporting and types. Financial Control, Quality Control, Human Resource Control, Management Control System, Project Quality Management, Managing Risks.

Unit-4
Teaching Hours:9
PROJECT MONITORING AND CONTROLLING
 

Introduction, Purpose, Types of control, Designing and Monitoring Systems, reporting and types. Financial Control, Quality Control, Human Resource Control, Management Control System, Project Quality Management, Managing Risks.

Unit-5
Teaching Hours:9
PROJECT EVALUATION AND AUDITING
 

Types of Project Closures, Wrap-Up closure activities, Purpose of Project Evaluation - Advantages, factors considered for termination of project, Project Termination process, Project Final report. Budgeting, Cost estimation, cost escalation, life cycle cost. Project finance in the roads sector, Project finance (Build Own Operate (BOO) / Build Own Operate Transfer (BOOT) Projects / Build Operate and Transfer (BOT).

Unit-5
Teaching Hours:9
PROJECT EVALUATION AND AUDITING
 

Types of Project Closures, Wrap-Up closure activities, Purpose of Project Evaluation - Advantages, factors considered for termination of project, Project Termination process, Project Final report. Budgeting, Cost estimation, cost escalation, life cycle cost. Project finance in the roads sector, Project finance (Build Own Operate (BOO) / Build Own Operate Transfer (BOOT) Projects / Build Operate and Transfer (BOT).

Unit-5
Teaching Hours:9
PROJECT EVALUATION AND AUDITING
 

Types of Project Closures, Wrap-Up closure activities, Purpose of Project Evaluation - Advantages, factors considered for termination of project, Project Termination process, Project Final report. Budgeting, Cost estimation, cost escalation, life cycle cost. Project finance in the roads sector, Project finance (Build Own Operate (BOO) / Build Own Operate Transfer (BOOT) Projects / Build Operate and Transfer (BOT).

Unit-5
Teaching Hours:9
PROJECT EVALUATION AND AUDITING
 

Types of Project Closures, Wrap-Up closure activities, Purpose of Project Evaluation - Advantages, factors considered for termination of project, Project Termination process, Project Final report. Budgeting, Cost estimation, cost escalation, life cycle cost. Project finance in the roads sector, Project finance (Build Own Operate (BOO) / Build Own Operate Transfer (BOOT) Projects / Build Operate and Transfer (BOT).

Unit-5
Teaching Hours:9
PROJECT EVALUATION AND AUDITING
 

Types of Project Closures, Wrap-Up closure activities, Purpose of Project Evaluation - Advantages, factors considered for termination of project, Project Termination process, Project Final report. Budgeting, Cost estimation, cost escalation, life cycle cost. Project finance in the roads sector, Project finance (Build Own Operate (BOO) / Build Own Operate Transfer (BOOT) Projects / Build Operate and Transfer (BOT).

Text Books And Reference Books:

Text Books:

T1. “Effective Project Management”, Robert K. Wysocki, Robert Beck. Jr., and David B. Crane; - John Wiley & Sons 2003.

T2. . Richard A.Brealey, Stewart C.Myers, and Mohanthy, Principles of Corporate Finance, Tata McGraw Hill, 11th Edition, 2014.

Essential Reading / Recommended Reading

.

Evaluation Pattern

CIA - 50% out of 100

ESE - 50% out of 100

IC521 - CONSTITUTION OF INDIA (2022 Batch)

Total Teaching Hours for Semester:15
No of Lecture Hours/Week:1
Max Marks:0
Credits:0

Course Objectives/Course Description

 

It create awareness on the rights and responsibilities as a citizen of India and to understand the administrative structure, legal system in Inida.

Learning Outcome

CO1: To understand constitutional provisions and responsibilities

CO2: To understand the administrative powers and legal provisions

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-1
Teaching Hours:3
Making of the Constitution and Fundamental Rights
 

Introduction to the constitution of India, the preamble of the constitution, Justice,  Liberty, equality, Fraternity, basic postulates of the preamble

Right to equality, Right to freedom, Right against exploitation, Right to freedom of religion, Cultural and educational rights, Right to constitutional remedies 

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-2
Teaching Hours:3
Directive Principles of State Policy and Fundamental Duties
 

Directive Principles of State Policy, key aspects envisaged through the directive principles, Article 51A and  main duties of a citizen in India

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-3
Teaching Hours:3
Union Government and Union Legislature
 

the president of india, the vice president of india, election method, term, removal, executive and legislative powers, prime minister and council of ministers, election, powers, parliament, the Upper House and the Lower House, composition, function

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-4
Teaching Hours:3
Indian Judiciary
 

Supreme court, high courts, hierarchy, jurisdiction, civil and criminal cases, judicial activism 

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Unit-5
Teaching Hours:3
State Government and Elections in India
 

State executive, governor, powers , legislative council and assembly, composition, powers, electoral process, election commission, emergency

Text Books And Reference Books:

B R Ambedkar, ‘The Constitution of India’. Government of India

Essential Reading / Recommended Reading

Durga Das Basu, Introduction to the Constitution of India, LexisNexis, 24th edition

Evaluation Pattern

Only class evaluations and discussions

IOT541E02 - CRYPTOGRAPHY & NETWORK SECURITY (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

 

Course Description:

 

The aim of this course is to focuses in the area of network security using various cryptographic algorithms. Underlying network security applications. It also focuses on the practical applications that have been implemented and are in use to provide email and web security 

 

Course Objective:
1.
To understand the principles of encryption algorithms, and public key cryptography
2. To have a detailed knowledge about authentication and hash functions
3. To understand the various security practices to secure computer networks 

 

Learning Outcome

CO1: Explain various features of Security mechanisms and services to study Standard Block Ciphers along with their design principles.

CO2: Utilize the basic concepts and algorithms of public key encryption mechanism for secure data transmission.

CO3: Explain the various Cryptographic authentication protocols, Hash Functions, Algorithms and Standards.

CO4: Identify Various Protocols and Standards in Network Security.

CO5: Make use of various research directions at system level security.

Unit-1
Teaching Hours:9
Introduction
 

Security Goals- CIA triad, Model of Network Security-OSI Security architecture, Classical encryption techniques: Substitution techniques, Transposition techniques, steganography, Stream and Block Ciphers

Unit-1
Teaching Hours:9
Mathematics of Cryptography
 

 

Groups, Rings, Field, Modular Arithmetic- Euclid’s algorithm- Finite fields- Prime numbers- Fermat’s and Euler’s Theorem- The Chinese reminder theorem- Discrete Logarithms

Unit-1
Teaching Hours:9
Introduction
 

Security Goals- CIA triad, Model of Network Security-OSI Security architecture, Classical encryption techniques: Substitution techniques, Transposition techniques, steganography, Stream and Block Ciphers

Unit-1
Teaching Hours:9
Mathematics of Cryptography
 

 

Groups, Rings, Field, Modular Arithmetic- Euclid’s algorithm- Finite fields- Prime numbers- Fermat’s and Euler’s Theorem- The Chinese reminder theorem- Discrete Logarithms

Unit-1
Teaching Hours:9
Introduction
 

Security Goals- CIA triad, Model of Network Security-OSI Security architecture, Classical encryption techniques: Substitution techniques, Transposition techniques, steganography, Stream and Block Ciphers

Unit-1
Teaching Hours:9
Mathematics of Cryptography
 

 

Groups, Rings, Field, Modular Arithmetic- Euclid’s algorithm- Finite fields- Prime numbers- Fermat’s and Euler’s Theorem- The Chinese reminder theorem- Discrete Logarithms

Unit-1
Teaching Hours:9
Introduction
 

Security Goals- CIA triad, Model of Network Security-OSI Security architecture, Classical encryption techniques: Substitution techniques, Transposition techniques, steganography, Stream and Block Ciphers

Unit-1
Teaching Hours:9
Mathematics of Cryptography
 

 

Groups, Rings, Field, Modular Arithmetic- Euclid’s algorithm- Finite fields- Prime numbers- Fermat’s and Euler’s Theorem- The Chinese reminder theorem- Discrete Logarithms

Unit-2
Teaching Hours:9
Public Key Cryptography
 

Diffie Hellman Key Exchange, Elliptic curve Cryptography, Confidentiality using Symmetric Encryption, Public Key Cryptography and RSA.

Unit-2
Teaching Hours:9
Symmetric Cryptography
 

Cipher Principles, DES, Crypto analysis of DES, AES, Block Cipher Design Principles and Modes of Operation, Triple DES, Placement of Encryption Function.

Unit-2
Teaching Hours:9
Public Key Cryptography
 

Diffie Hellman Key Exchange, Elliptic curve Cryptography, Confidentiality using Symmetric Encryption, Public Key Cryptography and RSA.

Unit-2
Teaching Hours:9
Symmetric Cryptography
 

Cipher Principles, DES, Crypto analysis of DES, AES, Block Cipher Design Principles and Modes of Operation, Triple DES, Placement of Encryption Function.

Unit-2
Teaching Hours:9
Public Key Cryptography
 

Diffie Hellman Key Exchange, Elliptic curve Cryptography, Confidentiality using Symmetric Encryption, Public Key Cryptography and RSA.

Unit-2
Teaching Hours:9
Symmetric Cryptography
 

Cipher Principles, DES, Crypto analysis of DES, AES, Block Cipher Design Principles and Modes of Operation, Triple DES, Placement of Encryption Function.

Unit-2
Teaching Hours:9
Public Key Cryptography
 

Diffie Hellman Key Exchange, Elliptic curve Cryptography, Confidentiality using Symmetric Encryption, Public Key Cryptography and RSA.

Unit-2
Teaching Hours:9
Symmetric Cryptography
 

Cipher Principles, DES, Crypto analysis of DES, AES, Block Cipher Design Principles and Modes of Operation, Triple DES, Placement of Encryption Function.

Unit-3
Teaching Hours:9
Authentication and Hash functions
 

Authentication Requirements, Authentication Functions, Message Authentication Codes, Hash Functions, MD5, SHA, RIPEMD and HMAC Standards, Digital Signatures

Unit-3
Teaching Hours:9
Authentication and Hash functions
 

Authentication Requirements, Authentication Functions, Message Authentication Codes, Hash Functions, MD5, SHA, RIPEMD and HMAC Standards, Digital Signatures

Unit-3
Teaching Hours:9
Authentication and Hash functions
 

Authentication Requirements, Authentication Functions, Message Authentication Codes, Hash Functions, MD5, SHA, RIPEMD and HMAC Standards, Digital Signatures

Unit-3
Teaching Hours:9
Authentication and Hash functions
 

Authentication Requirements, Authentication Functions, Message Authentication Codes, Hash Functions, MD5, SHA, RIPEMD and HMAC Standards, Digital Signatures

Unit-4
Teaching Hours:9
Network Security
 

Authentication Applications: Kerberos – X.509 Authentication Service – Electronic Mail Security – PGP – S/MIME - IP Security

Unit-4
Teaching Hours:9
Web Security
 

SSL Architecture, Transport Layer Security

Unit-4
Teaching Hours:9
Network Security
 

Authentication Applications: Kerberos – X.509 Authentication Service – Electronic Mail Security – PGP – S/MIME - IP Security

Unit-4
Teaching Hours:9
Web Security
 

SSL Architecture, Transport Layer Security

Unit-4
Teaching Hours:9
Network Security
 

Authentication Applications: Kerberos – X.509 Authentication Service – Electronic Mail Security – PGP – S/MIME - IP Security

Unit-4
Teaching Hours:9
Web Security
 

SSL Architecture, Transport Layer Security

Unit-4
Teaching Hours:9
Network Security
 

Authentication Applications: Kerberos – X.509 Authentication Service – Electronic Mail Security – PGP – S/MIME - IP Security

Unit-4
Teaching Hours:9
Web Security
 

SSL Architecture, Transport Layer Security

Unit-5
Teaching Hours:9
Application Security
 

Intrusion detection – password management – Viruses and  related Threats – Virus Counter measures

Unit-5
Teaching Hours:9
Application Security
 

Intrusion detection – password management – Viruses and  related Threats – Virus Counter measures

Unit-5
Teaching Hours:9
Application Security
 

Intrusion detection – password management – Viruses and  related Threats – Virus Counter measures

Unit-5
Teaching Hours:9
Application Security
 

Intrusion detection – password management – Viruses and  related Threats – Virus Counter measures

Text Books And Reference Books:

William Stallings, “Cryptography and Network Security – Principles and Practices”, 6th Edition, 2016.

Essential Reading / Recommended Reading

 

AtulKahate, “Cryptography and Network Security”, Tata McGraw-Hill, 2013.

Evaluation Pattern
  • CIA 1- 20 Marks
  • CIA 2- 50 Marks
  • CIA 3- 20 Marks
  • End Semester Examination-100 Marks
  • Attendance- 5 Marks

(Scaled: CIA- 50 Marks & ESE-50 Marks)

IT541PE05 - INTERNET AND WEB PROGRAMMING (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

1. Explain tools for developing applications in Web programming.

2. Describe scripting languages – Java Script.

3. Under case study: Exposure to a web platform.

 

 

Learning Outcome

CO1: Build the basic web page using HTML and CSS concepts.

CO2: Experiment JavaScript's for designing web applications.

CO3: Make Use of React JS for building the effective web pages.

CO4: Develop a backend connection using Nodejs

CO5: Construct and host the web applications using hosting platforms.

Unit-1
Teaching Hours:12
Introduction to HTML5
 

Introduction to HTML5, HTML Versions, HTML5 Syntax, Structure of HTML5 Document, HTML5 Basic Elements, HTML5 Semantic Structure Elements, Hyperlinks, Images, Tables, Forms, iframes, Audio, Video, Map.  

 

Unit-1
Teaching Hours:12
CSS3
 

CSS3: CSS Syntax and Styles, CSS selectors, understanding display, Position, and Document Flow, Font properties; text properties; list and table properties, Adding transitions and animations. 

Unit-1
Teaching Hours:12
Introduction to HTML5
 

Introduction to HTML5, HTML Versions, HTML5 Syntax, Structure of HTML5 Document, HTML5 Basic Elements, HTML5 Semantic Structure Elements, Hyperlinks, Images, Tables, Forms, iframes, Audio, Video, Map.  

 

Unit-1
Teaching Hours:12
CSS3
 

CSS3: CSS Syntax and Styles, CSS selectors, understanding display, Position, and Document Flow, Font properties; text properties; list and table properties, Adding transitions and animations. 

Unit-1
Teaching Hours:12
Introduction to HTML5
 

Introduction to HTML5, HTML Versions, HTML5 Syntax, Structure of HTML5 Document, HTML5 Basic Elements, HTML5 Semantic Structure Elements, Hyperlinks, Images, Tables, Forms, iframes, Audio, Video, Map.  

 

Unit-1
Teaching Hours:12
CSS3
 

CSS3: CSS Syntax and Styles, CSS selectors, understanding display, Position, and Document Flow, Font properties; text properties; list and table properties, Adding transitions and animations. 

Unit-1
Teaching Hours:12
Introduction to HTML5
 

Introduction to HTML5, HTML Versions, HTML5 Syntax, Structure of HTML5 Document, HTML5 Basic Elements, HTML5 Semantic Structure Elements, Hyperlinks, Images, Tables, Forms, iframes, Audio, Video, Map.  

 

Unit-1
Teaching Hours:12
CSS3
 

CSS3: CSS Syntax and Styles, CSS selectors, understanding display, Position, and Document Flow, Font properties; text properties; list and table properties, Adding transitions and animations. 

Unit-1
Teaching Hours:12
Introduction to HTML5
 

Introduction to HTML5, HTML Versions, HTML5 Syntax, Structure of HTML5 Document, HTML5 Basic Elements, HTML5 Semantic Structure Elements, Hyperlinks, Images, Tables, Forms, iframes, Audio, Video, Map.  

 

Unit-1
Teaching Hours:12
CSS3
 

CSS3: CSS Syntax and Styles, CSS selectors, understanding display, Position, and Document Flow, Font properties; text properties; list and table properties, Adding transitions and animations. 

Unit-2
Teaching Hours:12
Java Script
 

 

Introduction, Java script function’s, methods and objects, Decisions and loops, The Document Object Model (DOM); Modifying the DOM; Events and event handling; Using Event Listener Approach; Event Object; Event Delegation; Event Types; Event with Forms; Form Validation Example; Positioning elements; Moving elements; Element visibility; Changing colors and fonts; Dynamic content; Stacking elements; Locating the mouse cursor; Reacting to a mouse click;

Unit-2
Teaching Hours:12
Java Script
 

 

Introduction, Java script function’s, methods and objects, Decisions and loops, The Document Object Model (DOM); Modifying the DOM; Events and event handling; Using Event Listener Approach; Event Object; Event Delegation; Event Types; Event with Forms; Form Validation Example; Positioning elements; Moving elements; Element visibility; Changing colors and fonts; Dynamic content; Stacking elements; Locating the mouse cursor; Reacting to a mouse click;

Unit-2
Teaching Hours:12
Java Script
 

 

Introduction, Java script function’s, methods and objects, Decisions and loops, The Document Object Model (DOM); Modifying the DOM; Events and event handling; Using Event Listener Approach; Event Object; Event Delegation; Event Types; Event with Forms; Form Validation Example; Positioning elements; Moving elements; Element visibility; Changing colors and fonts; Dynamic content; Stacking elements; Locating the mouse cursor; Reacting to a mouse click;

Unit-2
Teaching Hours:12
Java Script
 

 

Introduction, Java script function’s, methods and objects, Decisions and loops, The Document Object Model (DOM); Modifying the DOM; Events and event handling; Using Event Listener Approach; Event Object; Event Delegation; Event Types; Event with Forms; Form Validation Example; Positioning elements; Moving elements; Element visibility; Changing colors and fonts; Dynamic content; Stacking elements; Locating the mouse cursor; Reacting to a mouse click;

Unit-2
Teaching Hours:12
Java Script
 

 

Introduction, Java script function’s, methods and objects, Decisions and loops, The Document Object Model (DOM); Modifying the DOM; Events and event handling; Using Event Listener Approach; Event Object; Event Delegation; Event Types; Event with Forms; Form Validation Example; Positioning elements; Moving elements; Element visibility; Changing colors and fonts; Dynamic content; Stacking elements; Locating the mouse cursor; Reacting to a mouse click;

Unit-3
Teaching Hours:12
React JS
 

 

Introduction to ReactJS; Understand ReactJS Library & directory; JSX in Depth, Data Flow and Life Cycle Events; React Components; Types of Components; Build a simple React component; Component composition; Component styling; Add styles to your components; Component intercommunication; How to pass data from one component to another; Routing, Using Routing to create single page app; Hooks; States ; Hooks vs States; Types of Hooks; Redux, Using Redux as state container for react apps; How to deploy ReactJS App

Unit-3
Teaching Hours:12
React JS
 

 

Introduction to ReactJS; Understand ReactJS Library & directory; JSX in Depth, Data Flow and Life Cycle Events; React Components; Types of Components; Build a simple React component; Component composition; Component styling; Add styles to your components; Component intercommunication; How to pass data from one component to another; Routing, Using Routing to create single page app; Hooks; States ; Hooks vs States; Types of Hooks; Redux, Using Redux as state container for react apps; How to deploy ReactJS App

Unit-3
Teaching Hours:12
React JS
 

 

Introduction to ReactJS; Understand ReactJS Library & directory; JSX in Depth, Data Flow and Life Cycle Events; React Components; Types of Components; Build a simple React component; Component composition; Component styling; Add styles to your components; Component intercommunication; How to pass data from one component to another; Routing, Using Routing to create single page app; Hooks; States ; Hooks vs States; Types of Hooks; Redux, Using Redux as state container for react apps; How to deploy ReactJS App

Unit-3
Teaching Hours:12
React JS
 

 

Introduction to ReactJS; Understand ReactJS Library & directory; JSX in Depth, Data Flow and Life Cycle Events; React Components; Types of Components; Build a simple React component; Component composition; Component styling; Add styles to your components; Component intercommunication; How to pass data from one component to another; Routing, Using Routing to create single page app; Hooks; States ; Hooks vs States; Types of Hooks; Redux, Using Redux as state container for react apps; How to deploy ReactJS App

Unit-3
Teaching Hours:12
React JS
 

 

Introduction to ReactJS; Understand ReactJS Library & directory; JSX in Depth, Data Flow and Life Cycle Events; React Components; Types of Components; Build a simple React component; Component composition; Component styling; Add styles to your components; Component intercommunication; How to pass data from one component to another; Routing, Using Routing to create single page app; Hooks; States ; Hooks vs States; Types of Hooks; Redux, Using Redux as state container for react apps; How to deploy ReactJS App

Unit-4
Teaching Hours:12
Node.JS
 

 

The Node Module System, The Node Programming Model, Events and Timers, The Command Line Interface, The File System, Streams, Binary Data, Executing Code, Network Programming, HTTP. 

Unit-4
Teaching Hours:12
Node.JS
 

 

The Node Module System, The Node Programming Model, Events and Timers, The Command Line Interface, The File System, Streams, Binary Data, Executing Code, Network Programming, HTTP. 

Unit-4
Teaching Hours:12
Node.JS
 

 

The Node Module System, The Node Programming Model, Events and Timers, The Command Line Interface, The File System, Streams, Binary Data, Executing Code, Network Programming, HTTP. 

Unit-4
Teaching Hours:12
Node.JS
 

 

The Node Module System, The Node Programming Model, Events and Timers, The Command Line Interface, The File System, Streams, Binary Data, Executing Code, Network Programming, HTTP. 

Unit-4
Teaching Hours:12
Node.JS
 

 

The Node Module System, The Node Programming Model, Events and Timers, The Command Line Interface, The File System, Streams, Binary Data, Executing Code, Network Programming, HTTP. 

Unit-5
Teaching Hours:12
CASE STUDY
 

Integrating React.js, Node.js and MongoDB database to build a full-stack application; Deploying the application to a production environment using hosting platforms; Performance Optimization and Scaling Techniques; Extending JavaScript with jQuery; Ethics in Building web applications;

Unit-5
Teaching Hours:12
CASE STUDY
 

Integrating React.js, Node.js and MongoDB database to build a full-stack application; Deploying the application to a production environment using hosting platforms; Performance Optimization and Scaling Techniques; Extending JavaScript with jQuery; Ethics in Building web applications;

Unit-5
Teaching Hours:12
CASE STUDY
 

Integrating React.js, Node.js and MongoDB database to build a full-stack application; Deploying the application to a production environment using hosting platforms; Performance Optimization and Scaling Techniques; Extending JavaScript with jQuery; Ethics in Building web applications;

Unit-5
Teaching Hours:12
CASE STUDY
 

Integrating React.js, Node.js and MongoDB database to build a full-stack application; Deploying the application to a production environment using hosting platforms; Performance Optimization and Scaling Techniques; Extending JavaScript with jQuery; Ethics in Building web applications;

Unit-5
Teaching Hours:12
CASE STUDY
 

Integrating React.js, Node.js and MongoDB database to build a full-stack application; Deploying the application to a production environment using hosting platforms; Performance Optimization and Scaling Techniques; Extending JavaScript with jQuery; Ethics in Building web applications;

Text Books And Reference Books:

T1. Randy Connolly, Ricardo Hoar, “Fundamentals of Web Development, 3rd Edition, Pearson Education India, 2021.

T2. Wieruch, Robin. The Road to Learn React: Your Journey to Master Plain Yet Pragmatic React. Js. Germany: Independently Published, 2017.

T3. Colin J. Ihrig, “Pro Node.js for Developers”, APRESS, 2013.

T4. Pro MERN Stack Full Stack Web App Development with Mongo, Express, React, and Node by Vasan Subramanian, Second Edition, ISBN-13 (pbk): 978-1-4842-4390-9.  

.

Essential Reading / Recommended Reading

R1. Nicholas C Zakas, “Professional JavaScript for Web Developers”, 3rd Edition, Wrox/Wiley India, 2012. (ISBN:978-8126535088).

R2.   Jon Duckett, “JavaScript and JQuery: Interactive Front-End Web Development”, W Publishers, 2014.

R3.  Vipul A M, Prathomesh Sonpatki, “React JS by Example- Building Modern Web Application with React”, Packt Publishing, 2019.

R4.  Herron, David. Node.js Web Development: Server-side Web Development Made Easy with Node 14 Using Practical Examples. United Kingdom: Packt Publishing, 2020.

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 50 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

NCCOE01 - NCC1 (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

·       This Course is offered for cadets of NCC who have successfully completed their B- Certificate and Who are eligible for B Certificate.

·       This Course is offered for the NCC cadets in the Open Elective course offered by the department during the 5th Semester.   

Learning Outcome

CO 1: Interpret the fundamentals of NCC and National Integration

CO 2: Demonstrate the fundamentals of Foot drill and Rifle Drill

CO 3: Relate to the Social need and discover Rural development progrms

CO 4: Illustrate the Factors in personality Development through skill enhancement

CO 5: Summarize disasters and summarize various First aid

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-1
Teaching Hours:9
Introduction to NCC
 

The NCC- Aims, Objectives and Org of NCC-Incentives-Duties of NCC Cadet- NCC Camps: Types and Conduct. National Integration- Importance and Necessity- Factors affecting National Integration- Unity in Diversity.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-2
Teaching Hours:9
Drill
 

Fundamentals of Foot Drill- Word of Command-Sizing- Salute- Basic Movements – Marching.

Fundamentals of Rifle Drill - Basic Movements- Introduction to .22 Rifle- Handling of .22 Rifle- Range procedure and Theory of grouping.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-3
Teaching Hours:9
Social Services
 

Social Services-Community Development - Swachh Bharat Abhiyan - Social Service Capsule- Basics of Social Service- Rural Development Programmes- NGO’s.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-4
Teaching Hours:9
Personality Development
 

Factors in personality Development- Self-Awareness-Empathy - Critical and Creative Thinking - Decision Making and Problem Solving- Communication Skills- Public Speaking- Group Discussions.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Unit-5
Teaching Hours:9
Disaster Management, Health and Hygiene
 

Organization - Types of Disasters - Essential Services Assistance - Civil Defense Organization - Natural Disasters- Man Made Disasters- Firefighting -Hygiene and Sanitation (Personal and Camp)- First Aid in Common Medical Emergencies and Treatment of Wound.

Text Books And Reference Books:

1.Airwing Cadet Handbook, Specialized Subject SD/SW, Maxwell Press, 2016.

2. Airwing Cadet Handbook, Common Subject SD/SW, Maxwell Press, 2015.

Essential Reading / Recommended Reading

As instructuted by commdant

Evaluation Pattern

The assessment will be carried out as overall internal assessment at the end of the semester for 100 marks based on the following.

·       Each cadet will appear for ‘B’ Certificate exam which is centrally conducted by the Ministry of Defense, NCC directorate. The Total marks will be for 350.  Cadets who are eligible for 'B' Certificate, will be evaluated based on Written Exams(50marks), Contribution to NCC(30marks),Camps(20Marks).

·       Each cadets score will be normalized to a maximum of 100 marks based on the overall marks Secured by each cadet. 

AIML633P - DIGITAL IMAGE PROCESSING (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

In this course, students will learn digital image processing techniques: image representation, sampling and quantization, image enhancement, image smoothing and sharpening, Compression, image restoration, and degradation models. More advanced topics include image segmentation, image representation, Description, and object recognition.

 

Course Objective:

● To identify the fundamental concepts of image formation and image transformations.

● To apply the histogram to enhance the quality of images based on matching and specification techniques.

● To demonstrate the use of the degradation function for distorted images and compare compression techniques.

● To construct Morphological processing for image representation.

● To utilize descriptors and patterns to describe an image for Object recognition.

Learning Outcome

CO1: Identify the fundamental concepts of image formation and image transformations.

CO2: Apply the histogram to enhance the quality of images based on matching and specification techniques.

CO3: Demonstrate the use of the degradation function for distorted images and compare compression techniques.

CO4: Construct Morphological processing for image representation.

CO5: Utilize descriptors and patterns to describe an image for Object recognition.

Unit-1
Teaching Hours:9
Digital Image Fundamentals
 

Introduction-Elements of Visual Perception, Image Sampling & Quantization, Some Basic Relationships Between Pixels, Basic Mathematical Tools Used in Digital Image Processing.

 

Unit-2
Teaching Hours:9
Intensity Transformations and Spatial Filtering
 

Basic Intensity Transformation Functions-Image Negative, Log Transformation, Power Law Transformations, Piecewise Linear Transformations, Contrast Stretching, Intensity-Level Slicing, Bit-Plane Slicing. Histogram Processing- Histogram Equalization, Histogram Matching (Specification), Local Histogram Processing. Fundamentals of Spatial Filtering: spatial correlation and convolution, smoothing (lowpass) spatial filters- lowpass gaussian filter kernels, order-statistic (nonlinear) filters. Sharpening (highpass) spatial filters- second derivative for image sharpening—the laplacian, unsharp masking and highboost filtering.

Unit-3
Teaching Hours:9
Filtering in the Frequency Domain
 

2D Discrete Fourier Transform And Its Inverse, Properties, Frequency Domain Filtering Fundamentals. Image smoothing using lowpass frequency domain filters, image sharpening using highpass filters, the fast fourier transform (fft).

 

Unit-4
Teaching Hours:9
Image Restoration, Compressions & Morphological Processing
 

A Model of the Image Degradation/Restoration process, Noise Models, Restoration in the Presence of Noise Only—Spatial Filtering, Periodic Noise Reduction Using Frequency Domain Filtering. Image Compression: Huffman Coding, LZW Coding, Run-length Coding, Morphological Image Processing: Erosion and Dilation, Opening and Closing, The Hit-or-Miss Transform, Basic Morphological Algorithms. Image Segmentation: Point, Line, and Edge Detection, Thresholding, Segmentation by Region Growing and by Region Splitting and Merging.

Unit-5
Teaching Hours:9
Feature Descriptors & Pattern Classification
 

Boundary Preprocessing-Chain Codes, Minimum-Perimeter Polygons, Signatures, Skeletons, Medial Axes. Boundary Feature Descriptors-Shape Numbers, Fourier Descriptors. Region Feature Descriptors-Compactness, Circularity, Eccentricity, Topical Descriptors, Textures. Principal Components as Feature Descriptors, Image Pattern Classification. Neural Networks and Deep Learning- Perceptron, Multilayer Feedforward Neural Networks, Deep Convolutional Neural Networks- CNN Architecture, Case Study(Digit Classification).

Text Books And Reference Books:

1. Gonzalez.R.C & Woods. R.E., ―Digital Image Processing, 4th Edition, Pearson Education, Indian edition published by Dorling Kindersely India Pvt. Ltd. Copyright © 2018.

Essential Reading / Recommended Reading

1. Madan, ― An Introduction to MATLAB for Behavioural Researcher, Sage Publications, 2014.

2. Anil Jain. K, ―Fundamentals of Digital image Processing‖, Prentice Hall of India, 2011.

 

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

AIML634P - NEURAL NETWORK (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description

Neural network is the most favored machine learning tool to provide intelligent solutions. Neural network models are used to solve problems across all domains. This course introduces the basic concepts in the Neural network, with a review of some of the early architectures and learning algorithms.  The course covers popular feed forward networks and selected other architectures such as Boltzmann machines, Radial Basis Function Network and Auto encoders.  Concepts related to the training of shallow and deep models are incorporated to build robust models. A detailed discussion of two Deep architectures – Convolutional Neural Network and Recurrent Network – is included which would enable the learner to gain expertise in building deep models. A set of experiments based on the topics are included to enhance the analytical ability and programming skill.

Course Objectives

1. To introduce the basic concepts and architectures in Neural Network.

2. To analyze  the factors and  parameters involved in the design of shallow and deep neural network architectures.

3. To compare and select the appropriate  neural network architecture for a given problem.

 

4. To design and develop deep learning models for a given problem.

Learning Outcome

CO1: Explain the basic concepts and architectures in Neural Network.

CO2: Analyze the working of Auto encoders, Radial Basis Function Networks and Boltzmann machines.

CO3: Explain the concepts and factors associated with the training of Deep Neural Networks.

CO4: Design Convolution Neural Network models for a given problem.

CO5: Design Recurrent Network models for a given problem.

Unit-1
Teaching Hours:9
Introduction
 

Biological and Artificial neurons;   early NN models and training algorithms; Basic architectures : Perceptron – multilayer NN – training with back propagation; practical issues in NN training. Shallow Neural Networks:- Binary classification models – perceptron; Widrow-Hoff learning;  Logistic Regression. Multiclass models – Multiclass perceptron; multimodal Logistic regression.

 

Unit-2
Teaching Hours:9
Auto encoders, RBFN and Boltzmann Machines
 

Basic principles of Auto encoders – Auto Encoders with Single Hidden layer – Applications. Introduction to Radial Basis Function Network – Training of RBFN, applications. Boltzmann Machines : Hopfield networks;  The Boltzmann machines;  Restricted Boltzmann machines; Applications.

Unit-3
Teaching Hours:9
Training Deep Neural Networks, Generalization in Deep learning
 

Training deep NN: Back propagation; set up and initialization issues; Vanishing and exploding gradient problems; Gradient descent strategies; Batch normalization. Bias-variance tradeoff;  Generalization issues in model tuning and evaluation; penalty- based regularization;  Ensemble methods;  early stopping;  Unsupervised  pretraining;  continuation and curriculum; learning;  parameter sharing;   Regularization in unsupervised applications.

 

Unit-4
Teaching Hours:9
Convolutional Neural Network
 

Introduction; Basic structure, training;  architecture - Case studies – AlexNet, VGG, ResNet; Pretrained models; Visualization and unsupervised learning; Case studies (any two).

Unit-5
Teaching Hours:9
Recurrent Neural Network
 

Introduction; Architecture; Challenges in training; Echo-state nets, LSTM, GRUs; Applications of Recurrent nets.

Text Books And Reference Books:

1. C. C. Aggarwal, Neural Networks and Deep Learning, Springer, 2018.

Essential Reading / Recommended Reading

1. M.T. Hagan, H.B. Demuth and M. H. Beale, O. D. Jesus, Neural Network Design, 2nd Edition, Martin Hagan (publisher), 2014.

2. I. G. Fellow, Y. Bengio, A. Courville, Deep Learning, MIT Press, 2016.

3. F. Chollet, Deep Learning with Python, 2nd Edition, Manning, 2021.

4. S. Haykin, Neural Networks and Learning Machines, Pearson, 3rd Edn, 2009.

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

AIML643E04 - COMPUTER VISION (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description:

This course builds upon the foundational knowledge of digital image processing and delves into the advanced concepts, algorithms, and applications of computer vision. Students will explore the fundamental principles of computer vision, learn about various algorithms and techniques for image analysis, object recognition, and scene understanding, and investigate recent trends and emerging technologies in the field.

 

Course Objective:

1. To understand the theoretical principles and algorithms underlying computer vision

2. Develop proficiency in implementing computer vision algorithms

3. Analyze and evaluate the applications of computer vision in various domains

Learning Outcome

CO1: Explain the fundamental principles of computer vision, including image formation and representation.

CO2: Apply various image filtering techniques and feature extraction algorithms to enhance image quality and extract relevant features.

CO3: Analyze different object detection techniques and recognize their applications in real-world scenarios.

CO4: Analyze the principles of stereo vision and structure from motion (SfM) techniques to reconstruct 3D scenes.

CO5: Asses recent trends and advanced topics in computer vision and propose innovative solutions for complex real-world problems.

Unit-1
Teaching Hours:9
Introduction to Computer Vision
 

Overview of computer vision and its applications, History and evolution of computer vision, Basic concepts and principles, Image formation and representation, Challenges and limitations in computer vision.

 

Unit-2
Teaching Hours:9
Image Filtering and Feature Extraction
 

Image filtering techniques: Gaussian, median, bilateral filtering, Edge detection algorithms: Sobel, Canny, Laplacian of Gaussian, Feature extraction methods: Harris corner detection, SIFT, SURF, Feature descriptors and matching algorithms.

 

Unit-3
Teaching Hours:9
Object Detection and Recognition
 

Object detection techniques: Haar cascades, HOG, SSD, YOLO, Object recognition algorithms: Bag of Visual Words, CNN-based approaches, Evaluation metrics for object detection and recognition, Applications of object detection and recognition in real-world scenarios.

Unit-4
Teaching Hours:9
Scene Understanding and 3D Vision
 

Stereo vision and depth perception, Structure from motion (SfM) and visual SLAM, 3D object reconstruction and point cloud processing, Applications of scene understanding and 3D vision in robotics, autonomous vehicles, and augmented reality.

Unit-5
Teaching Hours:9
Recent Trends and Advanced Topics in Computer Vision
 

Deep learning for computer vision: CNN architectures, transfer learning, Generative models: GANs, VAEs, Multi-modal and multi-task learning in computer vision, Emerging trends and future directions in computer vision research.

Text Books And Reference Books:

1. Peters, James F. Foundations of computer vision: computational geometry, visual image structures and object shape detection. Vol. 124. Springer, 2017.

2. Bhargava, Neeraj, Ritu Bhargava, and Abhishek Pandey. "A Practical Approach for Image Processing & Computer Vision In MATLAB: A Practical Approach for Image Processing & Computer Vision In MATLAB." (2016).

Essential Reading / Recommended Reading

1. Zhang, Yu-Jin. 2D Computer Vision: Principles, Algorithms and Applications. 2023.

2. Cyganek, Boguslaw, and J. Paul Siebert. An introduction to 3D computer vision techniques and algorithms. John Wiley & Sons, 2011.

3. Gong, Shengrong, et al. Advanced image and video processing using MATLAB. Vol. 12. Springer, 2018.

 

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

 

BTGE631 - CORPORATE SOCIAL RESPONSIBILITY (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

Course Description:

 

This course will familiarize the students with the concept of corporate social responsibility. The evolution of CSR has far reaching consequences on the development sector in India. The collaboration of companies and NGOs with the community has initiated a new paradigm of change in the country. The students will have an overview of the theories and the frameworks developed in the area of CSR. The paper will discuss a few prominent case studies of CSR.

 Course Objectives 

  • To understand the concept of CSR and the theoretical underpinnings.

  • To understand the stakeholder approaches.

  • To provide an experiential, integrative, substantive, and high quality experience surrounding issues of Corporate Social Responsibility

  • To provide participating students with a truly unique curriculum experience with field experience.

Learning Outcome

CO1: The students will be able to demonstrate their understanding in general on CSR.

CO2: To exhibit their skill in executing the responsibilities and implementing different approaches in CSR.

CO3: The students will be able to critically evaluate the CSR programs of a corporate

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-1
Teaching Hours:10
Corporate social responsibility
 

Concept, definition and objectives of CSR, Scope of CSR, Need and Significance of CSR, History and Evolution of CSR in the Indian and international context, Principles of CSR. Arguments for and against CSR, Globalization and CSR. Section 135 of the Companies Act, National Guidelines on Responsible Business Conduct, Formulation of CSR policy.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-2
Teaching Hours:10
Theories of CSR
 

A.B Carroll, Wood, and stake holders Theories. The triple bottom line approach. Social Accounting, Social Auditing, International Standards: ISO 14000, ISO 26000, SA 8000, AA1000.  Partnerships in CSR, Benefits of CSR to Business.

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Unit-3
Teaching Hours:10
Emerging trends in CSR
 

Social Entrepreneurship, Product Stewardship, Water Stewardship, E- wastes, Climate change and CSR. Essential skills for CSR Professionals.

 

Text Books And Reference Books:

T1. Agarwal, S. (2008). Corporate social responsibility in India. Los Angeles: Response.

T2. Visser, W. (2007). The A to Z of corporate social responsibility a complete reference guide to concepts, codes and organizations. Chichester, England: John Wiley & Sons.

T3. Werther, W., & Chandler, D. (2006). Strategic corporate social responsibility: Stakeholders in a global environment. Thousand Oaks: SAGE Publications.

Essential Reading / Recommended Reading

R1. Crane, A. (2008). Corporate social responsibility: Readings and cases in a global context. London: Routledge.

R2. Baxi, C. (2005). Corporate social responsibility: Concepts and cases: The Indian experience. New Delhi, India: Excel Books.

Online Resources:

M1. https://www.coursera.org/learn/global-sustainability-be-sustainable

M2. https://www.coursera.org/learn/business-for-good-fundamentals-of-corporate-responsibility

Evaluation Pattern
  • CIA 1 - 20 Marks
  • CIA 2 - 50 Marks 
  • CIA 3 - 20 marks
  • ESE - 50 marks
  • Attendance – 5 Marks 
  • (Scaled: CIA – 25 Marks & ESE – 25 Marks)

 

BTGE632 - DIGITAL MEDIA (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

This course provides students the insight on search engine optimization, social media and digital marketing techniques that helps them understand how each of the social media platforms works and how to strategize for any type of objectives from clients. Students will discover the potential of digital media space and will have hands on experience with different digital platforms.

Learning Outcome

CO1: Understand search engine optimization (SEO) techniques and principles.

CO2: Gain expertise in managing and marketing on various social media platforms.

CO3: Apply digital marketing techniques to achieve specific business objectives.

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-1
Teaching Hours:10
Concepts
 

Website Hosting/Design/Development/Content, Fundamentals of SEO, Voice Search Optimization, Local SEO, Advanced/Technical SEO, SEO Audit, Competition Analysis, Concepts of Digital Marketing

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-2
Teaching Hours:10
Marketing
 

Marketing on platforms – Facebook/Twitter/LinkedIn/Instagram/YouTube, Quora, Basics of Video Editing, Inbound Marketing, Email Marketing, Digital Marketing Planning and Strategy, Marketing Automations and Tools

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Unit-3
Teaching Hours:10
Growth Hacking
 

Ethical vs. Unethical, Funnels, KPI’s, Viral Coefficient, Cohorts, Segments, Multivariate Testing, Lifetime Value of a Customer, Customer Acquisition Cost, Analytics Types, Tools, Project

Text Books And Reference Books:

Phillip J. Windley, "Digital Identity" O'Reilly Media, 2005

Essential Reading / Recommended Reading

Dan Rayburn, Michael Hoch, "The Business of Streaming and Digital Media", Focal Press, 2005

Evaluation Pattern
  • CIA 1 - Evaluated out of 20, which will be converted to 10
  • CIA 2 - Mid Semester Exam evaluated out of 50, which will be converted to 25
  • CIA 3 - Evaluated out of 20, which will be converted to 10
  • Total CIA Marks after conversion - 45
  • Attendance Marks - 5
  • ESE Evaluated out of 100, which will be converted to 50
  • Total Marks = CIA (Total) + ESE + Attendance = 45 + 50 + 5 = 100

 

BTGE633 - ESSENTIAL SOFT SKILLS FOR PROFESSIONAL SUCCESS (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

Course description: Essential Soft Skills for Professional Success consists of five units covering; Effective Communication for Personality, Critical Thinking for Problem Solving, Adaptability and Team Work, Time Management and Leadership skills, Empathy, Resilience and Stress Management. They will be explained followed by tasks/activities/case studies to strengthen the soft skills of the learners to develop their personality suitable for professional contexts.

Course objectives: Course is designed to equip the learners with essential soft skills to ensure the necessary enrichment in the personality that contributes for professional and personal success.

Learning Outcome

CO1: Identify the difference between communication and effective communication and communicate effectively, efficiently and professionally.

CO2: Use their critical thinking skills to solve complex problems in the professional and personal contexts.

CO3: Adapt to new challenges, situations, tools, projects, be active in teams and collaborate with intra and inter disciplinary experts for professional success.

CO4: Effectively manage time, guide, inspire and lead the members of the teams productively and successfully.

CO5: Be empathetic towards colleagues, clients; resilient to the professional challenges and manage stress in the professional and personal contexts.

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-1
Teaching Hours:6
Effective Communication Skills for Personality
 

- Role of Effective communication skills for personality
- To manage/motivate and lead teams
- Need of clear and effective communication;

  • to convey vital information effectively
  • to collaborate, and interact with clients 
  • to convey technical concepts to non-technical stakeholders

 

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-2
Teaching Hours:6
Critical Thinking for Problem Solving
 

- Critically evaluate information  
- Identify potential issues
- The ability to identify problems
- Analyze complex problems 
- Pay attention to small details to solve problems efficiently

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-3
Teaching Hours:6
Adaptability and Team Work
 

- Adapt to new tools, methodologies
- Cope with new situations and challenges quickly
- Active in a team for successful team work 
- Collaborating  with intra and inter disciplinary experts.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-4
Teaching Hours:6
Time Management and Leadership skills
 

- The ability to prioritize tasks, 
- Manage deadlines
- Delivering high-quality work.
- Stay organized to meet project milestones 
- Guiding teams, making strategic decisions, 
- Inspiring others, mentorship for nurturing talent within the organization.

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Unit-5
Teaching Hours:6
Empathy, Resilience and Stress Management
 

- Understanding the needs and perspectives of users, colleagues, and clients
- Ability to cope with setbacks, manage stress, and maintain a positive attitude.
- Creative thinking to generate novel solutions, designing user-friendly interfaces, and improving existing processes

Text Books And Reference Books:
  1. Soft Skills and Employability Skills. Cambridge University Press, 2018.
  2. The Importance of Soft Skills in Engineering Education.Switzerland: Springer, 2022.
Essential Reading / Recommended Reading
  1. Professional English and Soft Skills. Anmol Publication Pvt Ltd, 2013.
  2. Personality Development and Soft Skills: Preparing for Tomorrow. I.K.International publishing house pvt ltd., 2018
Evaluation Pattern

 

 

CIAs + A

ESE

Total

 

CIA1

Quiz/Test/Assignment/Oral Talk

Conducted

50

50 

100

 

CIA2

Mid Semester Examination (MSE)

Condensed

25

25

50

 

CIA3

Paper/Article/Mini/Project/Presentation

BTGE634 - GERMAN LANGUAGE (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

Course Description

This beginner German course introduces pronunciation, grammar basics, and present tense sentence formation. Students build vocabulary for daily interactions and explore German culture and other German-speaking countries.

Course Objectives:

1.To make the students to learn the basics of German Language

2.Enable them with basic reading and writing skills.

 3. To make simple conversations in German Language

Learning Outcome

CO1: To make the students to learn the basics of German Language

CO2: Enable them with basic reading and writing skills

CO3: To make simple conversations in German Language

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-1
Teaching Hours:6
Alphabets
 

Alphabets  and Phonetics,Numbers,Making Present tense sentences

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-2
Teaching Hours:6
Making W questions and yes or no questions
 

Making W questions and yes or no questions

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-3
Teaching Hours:6
Vocabulary
 

Vocabulary ,About Germany and their culture ,About other German speaking countries ,Basic Grammar 

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-4
Teaching Hours:6
Prepositions,Making simple conversations
 

Prepositions,Making simple conversations

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Unit-5
Teaching Hours:6
Writing a small paragraph
 

Writing a small paragraph

 

Learning how to tell time

Text Books And Reference Books:

Netzwerk A1 Kursbuch

Essential Reading / Recommended Reading

Netzwerk A1 Arbeitsbuch

 
Evaluation Pattern

 CIA-1 (out of 10), 

CIA-2 (out of 25) 

CIA-3 (out of 10)

Attendance 5 Marks

ESE    (out of 50)

BTGE635 - INTELLECTUAL PROPERTY RIGHTS (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

Innovation is crucial to us and plays significant role in the growth of economy. Government policies and legal framework offer protection to new inventions and creative works. This course intends to equip students to understand the policies and procedures they may have to rely on for the purposed of protecting their inventions or creative works during the course of their study or employment.

The course consists of five units. Theories behind the protection of intellectual property and its role in promoting innovations for the progress of the society are the focus of first unit. Second unit deals with protection of inventions through patent regime in India touching upon the process of obtaining international patents. The central feature of getting patent is to establish new invention through evidence. This is done through maintaining experimental/lab records and other necessary documents. The process of creating and maintain documentary evidence is dealt in Unit 3. Computers have become an integral part of human life. Till 1980, computer related inventions were not given much importance and lying low but today they have assumed huge significance in our economy. Computer related inventions and their protection which requires special treatment under legal regimes are discussed in Unit 4. The last module deals with innovations in e- commerce environment.

 

Learning Outcome

CO1: Understand the meaning and importance of intellectual property rights as well as different categories of intellectual property.

CO2: Understand the meaning of patentable invention, the procedure for filing patent applications, rights of the patentee and the different rights of patentee.

CO3: Maintain research records in the patent process, the process of patent document searching and how to interact with patent agent or attorney.

CO4: Understand the issues related to patenting of software, digital rights management and database management system.

CO5: Understand the intellectual property issues in e- commerce, evidentiary value of electronic signature certificates, protection of websites and the protection of semiconductor integrated circuits.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-1
Teaching Hours:6
Introduction
 

Detailed Syllabus: Philosophy of intellectual property - Intellectual Property & Intellectual Assists – Significance of IP for Engineers and Scientists – Types of IP – Legal framework for Protection of IP – Strategies for IP protection and role of Engineers and Scientists.

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-2
Teaching Hours:6
Patenting Inventions
 

Meaning of Invention – Product and Process Patents – True inventor – Applications for Patent – Procedures for obtaining Patent – Award of Patent – rights of patentee – grounds for invalidation – Legal remedies – International patents

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-3
Teaching Hours:6
Inventive Activities
 

Research Records in the patent process – Inventorship - Internet patent document searching and interactions with an information specialist - Interactions with a patent agent or attorney - Ancillary patent activities - Technology transfer, patent licensing and related strategies.

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-4
Teaching Hours:6
Computer Implemented Inventions
 

Patents and software – Business Method Patents – Data protection – Administrative methods – Digital Rights Management (DRM) – Database and Database Management systems - Billing and payment – Graphical User Interface (GUI) – Simulations – E-learning – Medical informatics – Mathematical models

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Unit-5
Teaching Hours:6
Innovations in E-Commerce
 

IP issues in e-commerce - Protection of websites – website hosting agreements – Copyright issues – Patentability of online business models – Jurisdiction – Digital signatures – Evidentiary value of Electronic signature certificates – Role of Certifying Authorities – Protection of  Semiconductor ICs

Text Books And Reference Books:

1. V.J. Taraporevala’s, Law of  Intellectual Property, Third Edition, 2019

2. Elizabeth Verkey, Intellectual Property, Eastern Book Company,  2015

Essential Reading / Recommended Reading

1. Martin Adelman, Cases and Materials on Patent Law, 2015

2. Avery N. Goldstein, Patent Law for Scientists and Engineers, Taylor & Francis (2005)

Evaluation Pattern

CIA 1

Assignment description: Class test to identify the different aspects of IP.

 

Assignment details: MCQs

 

CIA II (MSE)

Assessment Description: Closed book exam

Assignment Details: Mid semester examination five questions need to be answered.

 

CIA III

Assessment Description: Students would be assessed on the understanding of the different forms of IP, relevant theoretical justifications of intellectual property protection and the relevant IP statute from practitioner’s approach taught in the class and their ability to apply it correctly to the given problem and proposing solutions.

 

Assignment details: Students will be given a hypothetical legal problem in IP and will be required to write short essay, containing maximum 500 words. In the short essay, they have to answer the following questions

1. Identify the appropriate form of intellectual property.

2. Describe whether a pertinent theoretical justification meets or does not meet the respective form of IP.

3. Apply the correct principle of IP protection to the given case.

4. Evaluate the lacunae in the existing IP mechanism in comparison to international framework.

5. Devise a correct way of handling the lacunas.

ESE DETAILS -

Assessment Description : Closed book exam

Assignment Details: Five problem based questions need to be answered out of seven questions.

BTGE637 - PROFESSIONAL PSYCHOLOGY (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

This course will enable the students to understand various developmental changes that takes place in human life and how people's thoughts, feelings, and behaviors are influenced by the social context consisting of the actual, imagined, or implied presence of others. The course introduces students to the existing theory and research in the past and contemporary social settings comprising viz, the intra-individual, inter-individual, and social factors that influence individual and group behavior.

Course Objectives:

  •   To provide students with frameworks from the psychology of human development
  •  To enhance their personal and professional development.
  • To examine their behavioral and relational styles, develop skills in managing work-life interface issues, and become more sensitive to cultural differences and diversity in groups

Learning Outcome

CO1: Understand the frameworks for the psychology of human development.

CO2: Show greater awareness of their thinking styles, relational styles, and behavioural styles of functioning.

CO3: Develop interpersonal awareness and skills, especially in the context of diversity and difference.

CO4: Develop preparatory skills toward effective work-life balance.

CO5: Develop an overall understanding of the psychosocial skills required in the professional world.

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-1
Teaching Hours:6
Introduction to Psychological Theories
 

Psychosocial development (Erickson)- Development of Cognition (Piaget) -  Moral Development (Kohlberg)-

Faith Development (Fowler)

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-2
Teaching Hours:6
Self-Awareness and Analysis
 

Thinking Styles (Cognitive distortions), Interpersonal relationship styles (adult attachment theories), Personality styles (Jung type indicator or Myers Briggs Type Indicator), Coping styles (Emotion-focused and Problem-focused); Analysis: Self-Analysis – Analysing others; Body language –Facial expressions

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-3
Teaching Hours:5
Social Influences
 

Conformity: Asch’s Research on Conformity-Factors Affecting Conformity; Compliance -The Underlying Principles - Ingratiation;Obedience to Authority-Destructive Obedience

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-4
Teaching Hours:7
Approaches to work motivation and job design
 

Overview of motivation - Need theories - Expectancy theory – Justice and citizenship theories - Goal-setting theory - Goals and self -regulation - Self-concept and individual differences in motivation - Pay and motivation - Motivation through job redesign   

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Unit-5
Teaching Hours:6
Professional development and Diversity
 

Coaching skills, Mentoring skills, Effective feedback, Developing a competency framework,  Self Determination Theory (Ryan and Deci),  Burke –Litwin change model. Diversity and challenge Cross-cultural communication, respecting diversity, Intercultural awareness, Multicultural awareness.

Text Books And Reference Books:

Essential Readings:

Baron, R. A., &amp; Branscombe, N. R. (2006). Social psychology. Pearson Education India.

Nelson Goud and Abe Arkoff. (2005), Psychology and Personal Growth, Edition, Allyn and Bacon

Nelson Jones. (2006), Human Relationship Skills: Coaching and self-coaching, 4th edition,

Routledge,

 

Essential Reading / Recommended Reading

Recommended Reading:

Baron, R. A., (2012), Psychology, 5th edition. Pearson Education India.

Evaluation Pattern

CIA

CIA 1

CIA 2

CIA 3

Attendance

ESE

Marks

10

25

10

05

50

CIA 1: Individual Assignment

CIA 2: Mid-Semester Examinations (Written Examination)

 Pattern: Section A  5x02=10 marks

              Section B  4x05 = 20 marks

              Section C  2x10 =20 marks

CIA 3: Group Assignment

End Semester Examination (Written Examination)

Pattern: Section A  5x02 =10 marks

            Section B  4x05 = 20 marks

            Section C  2x10 =20 marks 

BTGE651 - DATA ANALYTICS THROUGH SPSS (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

Course Description
Data Analysis using SPSS is specially designed to provide the requisite knowledge and skills in Data Analytics. The course covers concepts of Basics about Statistics, Data handling, Data Visualization, Statistical analysis, etc. This course will build a base for advance data analysis skills.

Course objectives

After the completion of the course, you should be able to:


a. Understand basic concepts of statistics and computer software SPSS
b. Select appropriate Statistical test for particular type of data
c. Recognize and interpret the output from statistical analysis

Learning Outcome

CO1: Students will understand the concepts involved for analyzing Business data

CO2: Students will be able to understand how to use software like SPSS to analyse data

CO3: Students will be able to appreciate the use of Data Analytics for business decision making

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-1
Teaching Hours:2
Introduction to data Analysis
 

Introduction to Statistics and SPSS package viz.,, Types of data, data editing, coding, cleaning, outliers, missing data, import, export, data labeling, transforming data.

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-2
Teaching Hours:2
Data Visualization
 

Graphs, scatter plot, charts, frequency tables, histogram, Boxplot, pie chart, etc

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-3
Teaching Hours:4
Descriptive Statistics and Hypothesis testing
 

Basic statistics like mean, median, mode, SD, Examine relationship between variables example correlation, regression, etc., Compare groups to determine if there are significant differences between these groups example T-test, ANOVA etc., and to measure the association/independence using Chi-square., etc.

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-4
Teaching Hours:4
Logistic Regression
 

Application of logistic regression in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-5
Teaching Hours:4
Factor analysis
 

Application of factor analysis in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Unit-6
Teaching Hours:14
Cluster Analysis and Discriminant analysis
 

 

Application of Cluster analysis and Discriminant in SPSS using case study

Text Books And Reference Books:

 

1.      Andy field, “Discovering Statistics Using SPSS”, SAGE Publications, Second Edition, 2006.

 

Essential Reading / Recommended Reading

 

1.      Darren George|Paul Mallery, “SPSS for Windows Step by Step”, Pearson, Tenth Edition, 2012.

 

Evaluation Pattern

 

CIA-1

Unit 1,2,3,4

Mid Term

Unit1,2,3,4,5

CIA-3

Unit 6

 

BTGE652 - DIGITAL MARKETING (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

 

 

Course Description:

 

Developing a successful digital marketing strategy and implementation is both an art and science. It involves in-depth knowledge of dynamics of new media (Social Media, Mobile) and utilizing the right resources and marketing skills to design and launch successful customer engagement campaigns. Digital Marketing course has been designed to help students to understand both functional and management roles required to plan and execute effective Digital Marketing campaigns. The course also helps students gain an insight how to plan and implement Digital Marketing initiatives

 

Course Objectives:

 

·         To apply the basics of digital marketing in the contemporary business scenario

 

·         To utilize google ads for promotional activities

 

·         To contrast various social media marketing platforms and activities 

 

·         To analyse the search engine optimization and search engine marketing strategies

To explain analytics pertaining to digital marketing initiatives

 

Learning Outcome

CO1: Plan a digital marketing campaign as per client requirements

CO2: Apply google ads in digital campaigns

CO3: Analyse the appropriateness of social media marketing strategies with respect to campaign objectives

CO4: Examine the search engine optimization efforts

CO5: Appraise the digital marketing analytics related to the project

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-1
Teaching Hours:5
Introduction to Digital Marketing
 

 

Digital Marketing: Origin of digital marketing; Traditional Vs Digital Marketing; Internet Users in India; Grehan’s 4Ps of digital marketing; The consumer decision journey; The P-O-E-M Framework; The digital landscape; Digital Marketing Plan.

Ethical Challenges: Frauds on the Web, Data and Identity Theft, Issue of Privacy. Information Technology Act, 2000.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-2
Teaching Hours:6
Search Engine Marketing
 

 

Why pay for Search Advertising? Understanding Ad Placement; Understanding Ad ranks; Creating the first Ad campaign; Enhancing the Ad campaigns; Performance reports. Google Adsense.

Concept of Display Advertising; Types of display Ads; Buying Models; Display Plan; Targeting – Contextual targeting- Placement Targeting-Remarketing- Interest categories- Geographic Language Tagging; What makes a good Ad? Programmatic digital advertising; Analytics tools – viewability, on target reach, Ad fraud, Brand Health.

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-3
Teaching Hours:9
Social Media Marketing
 

 

How to build a successful social media strategy? Facebook Marketing- Facebook for Business-Anatomy of an Ad campaign – Adverts - Facebook Insights

 

Linkedin Marketing – Linkedin Strategy- Sales lead generation – Content Strategy – Linkedin Analytics – Targeting – Ad Campaign

 

Twitter Marketing – Getting started with Twitter – Building a content strategy – Twitter Ads – Twitter Analytics

Instagram Marketing – Objectives – Content Strategy – Style guidelines – Hashtags – Videos- Sponsored Ads – Apps – Generate leads           

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-4
Teaching Hours:6
e-mail Marketing and Search Engine Optimisation
 

 

e-mail Marketing – Building a List- Content Strategies – e-mail newsletter – Automating e-mail marketing- Analytics.

Search Engine Optimisation – How search engine works? SEO Phases; On page Optimisation; Off-page Optimisation; Social Media Reach; Maintenance

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Unit-5
Teaching Hours:4
Mobile Marketing and Web Analytics
 

 

Mobile Advertising – Mobile Marketing toolkit – Mobile Marketing Features – Mobile Analytics

Web Analytics – Key Metrics – Making web analytics actionable – Types of tracking codes

Text Books And Reference Books:

1. Seema Gupta. (2020). Digital Marketing (2nd  Ed). Tata Mc Graw Hill

Essential Reading / Recommended Reading

 

1.      Kerpen, D., Berk, R., Greenbaum, M. (2019). Likeable social media, Third Edition: How To Delight Your Customers, Create an Irresistible Brand, & Be Generally Amazing On All Social Networks That Matter. United Kingdom: McGraw-Hill Education.

 

2.      Dr. Antony Puthussery (2020). Digital Marketing: An Overview. Notion Press.

 

3.      Herman, J., Butow, E., Allton, M., Liu, S., Robinson, A. (2020). Ultimate Guide to Social Media Marketing. United States: Entrepreneur Press.

 

4.      Marshall, P., Rhodes, M., Todd, B. (2020). Ultimate Guide to Google Ads. United States: Entrepreneur Press.

 

Evaluation Pattern

 

CIA 1 – Digital Marketing Plan – 20 Marks

 

CIA 2 – Google Ads – 10 Marks

 

CIA 3 – Social Media Marketing – 25 Marks

 

CIA 4 – Web Analysis (SEO) – 20 Marks

 

CIA 5 – Analytics – 20 Marks

 

Attendance – 5 Marks

 

CIA – Total Marks – 100 Converted to 50

 

ETE

 

Viva Voce – 50 Marks

 

Report – 50 Marks

 

ETE – 100 Marks – Converted to 50

Overall Marks – CIA + ESE = 100

 

BTGE653 - DIGITAL WRITING (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

The course will develop the knowledge and skills required to write content for digital media. Students will learn how to craft writing for different areas of the media by focusing on genres such as profiles, informative pieces, articles and content pieces. Students will work on pitching and marketing ideas, discuss topics such as timelines, word counts and deadlines. The course will also examine the principles of reporting and the legal and ethical issues associated with content writing

 

The course intends to provide students with an in-depth understanding of the nature of digital content. The course will acquaint students with the techniques of writing simple but polished digital content. The subject will develop creativity in writing and imaginative approaches to digital content writing. The paper will help students understand the mechanics of content writing

Learning Outcome

CO1: Students will learn how to write digital content for websites, blogs, and general social networking sites

CO2: Students will learn the importance of using hyperlinks to information sources when writing an article

CO3: Students will be able to differentiate between original and plagiarized content and develop mechanisms to avoid plagiarism

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-1
Teaching Hours:6
Introduction to Digital Writing
 

What is online writing, Narrative structure for online and digital stories, writing for university publications, Copyright, Ownership, and authorship, Approach to digital storytelling, Interactive narratives, sourcing information, exploring transmedia stories, data visualization, online identities and the self, alternate realities

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-2
Teaching Hours:6
Writing Techniques
 

Online news writing, headlines, sentences, links, tables and infographics, meaningful linking, effective illustrations, content strategy, message, media, style and tone, purposes, personas and scenarios

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-3
Teaching Hours:6
Writing for Newspapers
 

Journalistic writing-nature, process and styles, Concept of news-definitions, news values, nose for news, News writing- elements of news stories-Lead, body & closure; 5 Ws & 1 H, News writing structures- pyramid, inverted pyramid, hourglass, chronological, Newspaper design, Anatomy of a newspaper, Typography-font type, anatomy of type, type families, Readability & aesthetic principles, Page layout & design

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-4
Teaching Hours:6
Writing a Book Proposal
 

Process of book publishing, understanding book proposal, the importance of book proposal, book proposal structure, steps for writing a book proposal, some common mistakes made when writing a book proposal.

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Unit-5
Teaching Hours:6
Writing Resume and Cover
 

Introduction to resume, the 3Fs of resume writing, parts of a resume, difference between CV and resume, characteristics of a good resume, anatomy of a resume, common mistakes made while writing a resume, introduction to cover letter, writing a cover letter for a job application, writing a cover letter for a book proposal, common mistakes made while writing a cover letter

Text Books And Reference Books:
  1. Peter Clark, Roy. How to Write Short: Word Craft for Fast Times. Little Brown and Company. ISBN 0316204323.

 

  1. Carroll, Brian. Writing and Editing for Digital Media, 1st edition. ISBN 978-0-415-99201-5. Routledge.

 

  1. Writing New Media Theory and Applications for Expanding the Teaching of Composition; Anne Frances Wysocki, Johndan Johnson-Eilola, Cynthia L. Selfe, & Geoffrey Sirc Publication Year: 2004.
Essential Reading / Recommended Reading
  1. Online Journalism: Reporting, Writing and Editing for New Media, Richard Craig.

 

  1. Broadcast News Handbook: Writing, Reporting & Producing in a Converging Media World 2007, Third Edition, C.A. Tuggle,  Forrest Carr and Suzanne Huffman
Evaluation Pattern

Introduction - 10

Content - 10

Structure - 10

Clarity- 10

Conclusion -10

BTGE654 - PHOTOGRAPHY (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

1.      To provide proficiency in handling tools related to the photographic Images

2.      To explore the role of the photographer in the architectural community.

3.      To provide skills and knowledge in the application of various types of lights on the photography.

 

4.      To develop solutions for visual art related problems and to understand the concept of visual-based communication.

Learning Outcome

CO1: Ability to develop photography skill to express the art of communication

CO2: Improvising professional skills in the realm of documentation and photography art direction

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-1
Teaching Hours:10
Introduction of Photography
 

Exposure to a variety of Analog and digital photographic techniques.

Basics of shots, sizes, and angles.

Technical aspects such as exposure triangle, composition, framing, and introduction to lighting.

 

Printing The enlarger, set up, timer use, enlarging lenses, the test strip, developing procedures, contrast control with variable contrast filters, spotting and matting, archival processing. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-2
Teaching Hours:8
Photographic Design
 

Introduction to contemporary and historic photographers and their works.

 

Understanding and applying visual design elements and principles in photography. 

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-3
Teaching Hours:8
Appreciation of photography
 

Multiple photographic practices such as documentary photography, fine art photography and fashion photography, product photography and architecture photography.

Moral and theoretical issues attached to the medium, such as photography’s relationships between truth, beauty, and fact, as well as the ethics of war photography.

 

Edward Weston and Ansel Adams in the 1930’s.

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Unit-4
Teaching Hours:4
Print media and Portfolio
 

Introduction to Print medium.

 

Portfolios (Digital Format) 

Text Books And Reference Books:

1.      Schaeffer J. P. (1998) The Ansel Adams guide: Basic techniques of photography, Boston: Little Brown and Company.

2.      Horenstein, H. (1977) Beyond Basic Photography: A Technical Manual, Boston: Little Brown and Company.

 

3.      Craven, G. M.(1990) Object and Image: An Introduction to Photography, New Jersey: Prentice-Hall, Englewood Cliffs.

Essential Reading / Recommended Reading

1.      Peterson, B. (2016) Understanding Exposure, Fourth Edition, Random House USA Inc.

2.      DK (2015) Digital Photography Complete Course, DK; Reissue edition.

3.      Northrup T. & Northrup C. (2012) Tony Northrup's DSLR Book: How to Create Stunning Digital Photography, (2nd edition) Mason Press.

4.      Hunter, F., Biver S. & Fuqua P. (2015) Light Science & Magic: An Introduction to Photographic Lighting, Routledge, ISBN-10: 0415719402.

Peterson B. (2017) Understanding Colour in Photography: Using Colour, Composition, and Exposure to Create Vivid Photos, Random House US, ISBN-10 : 9780770433116 

Evaluation Pattern

The assessment pattern comprises of two components; the Continuous Internal Assessment (CIA) and the End Semester Examination (ESE). The weightage of marks for subjects having both CIA marks, as well as ESE marks, have a ratio of 50:50.

CONTINUOUS INTERNAL ASSESSMENT (CIA): 50%

Continuous Internal Assessment for this course  shall be conducted by the respective faculty in the form of different types of assignments. Students need to complete the assignments within the stipulated time for the award of marks.
A minimum of 50% in the CIA is required to appear for the End Semester Examination (ESE) of the course
Total CIA - 50 Marks

END SEMESTER EXAMINATION (ESE): 50%

Eligibility to appear for ESE is a score of a minimum of 50% in the CIA.
The course shall have a Viva Voce evaluated by an external examiner and internal examiner of the portfolio presentation.
Total ESE - 50 Marks

PASS CRITERIA

A student shall pass the course only on a minimum aggregate score (CIA+ESE) of 45% and a minimum CIA Score of 50% and an ESE score of 40%

BTGE655 - ACTING COURSE (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

In this course the students are introduced different aspects of acting such as creating a character,

analyzing a script, working on voice and developing body language. At the end of the course the learners

will perform a monologue.

The course aims at the study and practice of Classical Acting. The development of individual imagination,

insight, skills and disciplines in the presentation of drama to audience.

Learning Outcome

CO1: To understand different aspects of acting and to perform a monologue

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-1
Teaching Hours:10
Unit 1
 

Inner characterization: History of acting, First performance,Art representation vs art of experiencing, Characterization and actor’s notebook, Stanislavski’s system, Objective and super-objective, Working with a script

 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-2
Teaching Hours:10
Unit 2
 

Outer characterization : Stanislavski’s system., Method of physical actions, Building character’s body language, Building character’s voice, 

 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Unit-3
Teaching Hours:10
Unit 3
 

Performing a Monologue: Theatrical etude, Working with props, sets, light and costume, Creating atmosphere, Run-through, 

Text Books And Reference Books:

Stanislavsky, Constantine. “An Actor prepares.”

Essential Reading / Recommended Reading

Stanislavsky, Constantine. “An Actor prepares.”

Evaluation Pattern

The assessment of the students is happening throughout the course and will be completed with the final monologue performance. 

 

The assignments need to be submitted via Google Classroom by the given deadlines. 

Actor’s notebooks need to follow the given requirements. 

Monologues will be performed live.

 

Completing all the given assignments throughout the course –20 marks

Submission of actor’s notebook – 20 marks

Final monologue performance – 60 marks 

BTGE656 - CREATIVITY AND INNOVATION (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

To equip students with skill and aptitude for creativity and innovation through

  1. Analyzing Problems:

To stimulate curiosity in students to identify the areas of gaps and opportunities and solutions that can be provided

  1. Creating Ideas:

To stimulate creativity in students to come up with ideas for the areas of gaps and opportunities

  1. To understand the creative process: Smart storming 

  2. Engineering Solutions: To understand Proof of Concept, Minimum Viable Proposition, and the Rapid Iteration Process

Learning Outcome

CO-1: Develop an aptitude for creative thinking and problem solving in the areas that drive their interest.

CO-2: Understand the benefits of team work and collaborative thinking

CO-3: Understand the three keys aspects of the creative process viz. ACES

CO-4: Develop projects to understand the various principles and elements of creativity and innovation

CO-5: Apply the concepts of IPR to verify the projects which may be patentable, design and copyright protected

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-1
Teaching Hours:6
Introduction
 

Creativity & Innovation, A journey through major breakthrough innovations around the world., Collaborative Creativity

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-2
Teaching Hours:6
The Creative Process Part I (Analyzing Problems)
 

Analyzing Problems (Smart Storming), Theory and practice, Rethinking Thinking Imagination Observing, Abstracting, Recognizing Patterns, Forming Patterns

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-3
Teaching Hours:6
The Creative Process Part II (Creating Ideas)
 

Creative Thinking Techniques and Methods, Body Thinking, Empathizing (Design Thinking), 

 

Dimensional Thinking Evolution and Evaluation of Ideas through design Thinking

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-4
Teaching Hours:6
The Creative Process Part III (Engineering Solutions)
 

Proof of Concept, Minimum Viable Proposition, Rapid Iteration Process

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Unit-5
Teaching Hours:6
Innovation and IPR
 

Patents, Designs, Copyrights, Geographical Indications, Trademarks, Trade Secret

Text Books And Reference Books:

 Activity Based Teaching. No text books and reference books

Essential Reading / Recommended Reading

 Activity Based Teaching. No text books and reference books

Evaluation Pattern

This course consists of Overall Cia for 100 marks. No End Semester Examination for this course.

BTGE657 - PAINTING AND SKETCHING (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

The course will develop the skills required to represent elements of nature and surrounding objects. Students will learn how to use the appropriate medium for representing their thought process. The course will examine the representation skills through exercises on sketching and rendering.

Learning Outcome

CO3: Students will learn how to represent their ideas and thought processes diagrammatically through sketching and rendering.

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-1
Teaching Hours:10
Representation through Sketching
 

 

This unit will look at sketching as a medium to represent ideas and thought processes. Freehand Drawing Techniques, Landscape drawing .

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-2
Teaching Hours:10
Introduction to Watercolour Painting Techniques
 

 

Execute simple exercises in Collages to understand Flat Wash, Graded Wash, Wet on Dry, Wet on Wet. Techniques of Blooming, Splattering, Sponging will be used as a medium of representation. Study of brush strokes as a finish.How 

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Unit-3
Teaching Hours:10
Introduction to Soft Pastel Techniques
 

To create simple elements in nature Plants, Different types of Trees,water bodies in architecture. etc.

Text Books And Reference Books:

Drawing : (Ching, Francis D K)

Rendering With Pen and Ink / (Gill Robet W)
Essential Reading / Recommended Reading

milind mulick watercolor

sketchbook by milind mulick

 

Evaluation Pattern

The following courses do not have ESE. It has only Overall CIA (out of 100). This will be treated as the final ESE mark. Total mark = 100.

BTGE658 - DESIGN THINKING (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

Course Description:

Throughout the course students will work on three different challenges; one focused on product design, one focused on service design and one focused on systems or business design. By starting with a very tangible challenge around product design, students will be able to hone their skills in the process before moving into more complex challenges around business and systems level design.

 

The course will be teamwork-oriented, but students will also complete readings and independent activities that support the group work and ensure individual depth of knowledge.

 

Course objectives:  

Expose students to the design process as a tool for innovation.

Develop students’ professional skills in client management and communication.

Demonstrate the value of developing a local network and assist students in making lasting connections with the business community.

Students develop a portfolio of work to set them apart in the job market.

Provide an authentic opportunity for students to develop teamwork and leadership skills.

Learning Outcome

CO1: Design Process 1. Students develop a strong understanding of the Design Process and how it can be applied in a variety of business settings 2. Students learn to research and understand the unique needs of a company around specific challenges 3. Students learn to build empathy for target audiences from different cultures 4. Students learn to develop and test innovative ideas through a rapid iteration cycle 5. Students learn how to create physical prototypes / a visual representation of an idea 6. Students develop the willingness to take a risk and the ability to deal with failure

CO2: Professionalism 1. Students develop professional interpersonal and presentation skills 2. Students develop professional communication skills such as interviewing and crafting professional emails 3. Students learn to take ownership of the quality of their work and final products 4. Students understand their duty to maintain ethical standards in product and strategy design 5. Students understand the value of and have tools to develop a strong network

CO3: Leadership and teamwork 1. Students develop self awareness of personal leadership style and how to effectively work as a member of a team 2. Students collaborate on a variety of projects 3. Students develop communication skills necessary to facilitate high performance team formation and maintenance (e.g., leveraging the skills and abilities of all team members, valuing cross-disciplinary/cultural contributions, engaging in difficult conversations and resolving conflict)

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-1
Teaching Hours:10
Module 1: Intro to Design Thinking and Product Design
 

Introduction to Design Thinking

Introduction to Design Research Strategies

Introduction to Synthesis

Introduction to Ideation and Prototyping Strategies

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-2
Teaching Hours:10
Module 2: Team Work and Service Design
 

Team work discussion + Launch of Service challenge

Design Research - tools for observation + immersion

Journey mapping and ideation

Develop Final Presentations

Final Presentations and Leadership Styles discussion

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Unit-3
Teaching Hours:10
Module 3: Business or Systems Design
 

Launch final challenge – system or student challenge

Business Model Canvas and Design Research

Visualizing ideas

Communicating ideas and effective storytelling

Final Presentations and class celebration

Text Books And Reference Books:

Essential References:

1. Design Your Thinking: The Mindsets, Toolsets and Skill Sets for Creative Problem-solving Hardcover – 23 December 2020, by Pavan Soni.

2. The Design Thinking Toolbox: A Guide to Mastering the Most Popular and Valuable Innovation Methods, by Michael Lewrick, Patrick Link, Larry Leifer.

3. Design Thinking: Understanding How Designers Think and Work, by Nigel Cross, BERG, Oxford, Newyork.

Essential Reading / Recommended Reading

Recommended References:

1. HBR's 10 Must Reads on Design Thinking (with featured article "Design Thinking" By Tim Brown) Paperback – 10 August 2020, by  Publisher ‏ : ‎ Harvard Business Review Press (10 August 2020); Penguin Random House.

2. Change by Design, Revised and Updated: How Design Thinking Transforms Organizations and Inspires Innovation,  by Tim Brown. Publisher HarperCollins, 2019; ISBN 0062856715, 9780062856715.

3. This is Service Design Thinking: Basics, Tools, Cases, by Marc Stickdorn, Jakob Schneider, Publisher BIS Publ., 2012; ISBN 906369279X, 9789063692797

Evaluation Pattern

Evaluation Pattern:

This courses do not have CIA-1-2-3 and ESE. It has only Overall CIA (out of 100). This will be treated as the final ESE.

 

The following case studies will be given for the evaluation of overall CIA.

 

1. Case Studies focused on product design.

2. Case Studies focused on service design.

3. Case Studies focused on systems or business design.

BTGE659 - FOUNDATIONS OF AVIATION (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:100
Credits:2

Course Objectives/Course Description

 

A student successfully completing this course will be able to:

Explain basic terms and concepts in air transportation, including commercial, military, and general aviation; air traffic control. Identify on the parts of an aircraft, classify the aircraft types and Construct models of an Aircraft. Understand the types of Aero engines and analyse the impact of meteorology in Aviation.

Learning Outcome

CO1: Interpret the fundamental principles of flight based on theorems and parts of the Aircraft

CO2: Summarize the types of aircrafts and illustrate modelling of an Aircraft

CO3: Identify the types of Aero engines and Make use of Meteorology

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-1
Teaching Hours:10
Introduction to Principles of Flight
 

Development of Aviation- Introduction- Laws of Motion -Bernoulli’s Theorem and Venturi Effect – Aero foil- Forces on an Aircraft- Flaps and Slats- Stalling- Thrust, Basic Flight Instruments- Introduction of Radar- Requirement of Navigation

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-2
Teaching Hours:10
Aircrafts and Aeromodelling
 

Airfield Layout- Rules of the Air- Circuit Procedure ATC / RT Procedure Aircraft Controls- Fuselage – Main Tail Plane Ailerons- Elevators- Rudder –Landing Gear.

 Fighters- Transports- Helicopters- Foreign Aircraft History of Aero modelling- Materials used in Aero modelling - Types of Aero models

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Unit-3
Teaching Hours:10
Aero Engines and Meteorology
 

Introduction of Aero engines - Types of Engines-Piston Engines -Jet Engines – Turboprop Engines, Importance of Meteorology in Aviation- Atmosphere - Clouds and Precipitation - Visibility – Humidity and Condensation

Text Books And Reference Books:

Text Books:

• Airwing Cadet Handbook, Specialized Subject SD/SW, Maxwell Press, 2016.

• Introduction to Aerospace Engineering: Basic Principles of Flight, Ethirajan Rathakrishnan, Wiley Press, 2021.

 

 

Essential Reading / Recommended Reading

.

Evaluation Pattern

This Course do not have CIA 1/2/3. It has Overall CIA(out of 100 and will be Converted to 50) and ESE ( out of 100 and will be converted to 50). Total Marks=100.

CS632P - COMPILER DESIGN (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description: 

This course provides a comprehensive exploration of Compiler Design and Optimization, aiming to equip students with a deep understanding of the intricate processes involved in translating high-level programming languages into executable code.

 

Course Objective:

• To have a better understanding of the design of a Compiler and lexical analysis.

• To better understand the syntax analysis and implement the YACC tool.

• To have a better understanding of the intermediate code generation techniques.

• To Understand the concepts of code optimization and code generation.

Learning Outcome

CO1: Identify the steps in compiler design and model a sample Lexical analyzer.

CO2: Build top-down parsing, bottom-up parsing and parse tree representation of the input.

CO3: Construct the syntax Directed Definitions and intermediate code.

CO4: Interpret the concepts of Run-time storage environments and Illustrate the flow graphs for code generation.

CO5: Experiment with the optimization techniques for intermediate code and generate machine code for high-level code.

Unit-1
Teaching Hours:9
Introduction To Compilers And Lexical Analysis
 

Introduction - Translators - Compilation and Interpretation - Language processors - The Phases of Compiler - Errors encountered in Different Phases - The Grouping of Phases - Compiler Construction Tools. Lexical Analysis - Need and Role of Lexical Analyzer - Input Buffering – Specification of tokens – Recognition of tokens – Finite Automata - Converting Regular Expression to DFA - Minimization of DFA - Language for Specifying Lexical Analyzers: LEX

 

Unit-1
Teaching Hours:9
Introduction To Compilers And Lexical Analysis
 

Introduction - Translators - Compilation and Interpretation - Language processors - The Phases of Compiler - Errors encountered in Different Phases - The Grouping of Phases - Compiler Construction Tools. Lexical Analysis - Need and Role of Lexical Analyzer - Input Buffering – Specification of tokens – Recognition of tokens – Finite Automata - Converting Regular Expression to DFA - Minimization of DFA - Language for Specifying Lexical Analyzers: LEX

 

Unit-1
Teaching Hours:9
Introduction To Compilers And Lexical Analysis
 

Introduction - Translators - Compilation and Interpretation - Language processors - The Phases of Compiler - Errors encountered in Different Phases - The Grouping of Phases - Compiler Construction Tools. Lexical Analysis - Need and Role of Lexical Analyzer - Input Buffering – Specification of tokens – Recognition of tokens – Finite Automata - Converting Regular Expression to DFA - Minimization of DFA - Language for Specifying Lexical Analyzers: LEX

 

Unit-1
Teaching Hours:9
Introduction To Compilers And Lexical Analysis
 

Introduction - Translators - Compilation and Interpretation - Language processors - The Phases of Compiler - Errors encountered in Different Phases - The Grouping of Phases - Compiler Construction Tools. Lexical Analysis - Need and Role of Lexical Analyzer - Input Buffering – Specification of tokens – Recognition of tokens – Finite Automata - Converting Regular Expression to DFA - Minimization of DFA - Language for Specifying Lexical Analyzers: LEX

 

Unit-2
Teaching Hours:9
Syntax Analysis
 

Need and Role of the Parser-Context Free Grammars -Top Down Parsing –General Strategies- Recursive Descent Parser Predictive Parser-LL(1) Parser- Shift Reduce Parser-LR Parser-LR (0)Item- Construction of SLR Parsing Table -Introduction to LALR Parser - Error Handling and Recovery in Syntax Analyzer- YACC: Design of a syntax Analyzer for a Sample Language.

 

Unit-2
Teaching Hours:9
Syntax Analysis
 

Need and Role of the Parser-Context Free Grammars -Top Down Parsing –General Strategies- Recursive Descent Parser Predictive Parser-LL(1) Parser- Shift Reduce Parser-LR Parser-LR (0)Item- Construction of SLR Parsing Table -Introduction to LALR Parser - Error Handling and Recovery in Syntax Analyzer- YACC: Design of a syntax Analyzer for a Sample Language.

 

Unit-2
Teaching Hours:9
Syntax Analysis
 

Need and Role of the Parser-Context Free Grammars -Top Down Parsing –General Strategies- Recursive Descent Parser Predictive Parser-LL(1) Parser- Shift Reduce Parser-LR Parser-LR (0)Item- Construction of SLR Parsing Table -Introduction to LALR Parser - Error Handling and Recovery in Syntax Analyzer- YACC: Design of a syntax Analyzer for a Sample Language.

 

Unit-2
Teaching Hours:9
Syntax Analysis
 

Need and Role of the Parser-Context Free Grammars -Top Down Parsing –General Strategies- Recursive Descent Parser Predictive Parser-LL(1) Parser- Shift Reduce Parser-LR Parser-LR (0)Item- Construction of SLR Parsing Table -Introduction to LALR Parser - Error Handling and Recovery in Syntax Analyzer- YACC: Design of a syntax Analyzer for a Sample Language.

 

Unit-3
Teaching Hours:9
Intermediate Code Generation
 

Syntax directed Definitions - Evaluation Orders for SDD -  Applications of SDT - Intermediate Code Generation: Introduction – Variants of Syntax Tree - DAG - Three address code - Types and declarations – Type Expressions – Type Checking. 

 

Unit-3
Teaching Hours:9
Intermediate Code Generation
 

Syntax directed Definitions - Evaluation Orders for SDD -  Applications of SDT - Intermediate Code Generation: Introduction – Variants of Syntax Tree - DAG - Three address code - Types and declarations – Type Expressions – Type Checking. 

 

Unit-3
Teaching Hours:9
Intermediate Code Generation
 

Syntax directed Definitions - Evaluation Orders for SDD -  Applications of SDT - Intermediate Code Generation: Introduction – Variants of Syntax Tree - DAG - Three address code - Types and declarations – Type Expressions – Type Checking. 

 

Unit-3
Teaching Hours:9
Intermediate Code Generation
 

Syntax directed Definitions - Evaluation Orders for SDD -  Applications of SDT - Intermediate Code Generation: Introduction – Variants of Syntax Tree - DAG - Three address code - Types and declarations – Type Expressions – Type Checking. 

 

Unit-4
Teaching Hours:9
Run-Time Environment And Code Generation
 

Run-Time Environment – Source language issues - Storage Organisation – Stack Allocation Strategies: Static, Stack and Heap- Parameter passing – Symbol table -Dynamic Storage Allocation. Code Generation: Issues in design of code generator - Target language -  Basic Blocks and Flow Graphs, A Simple Code generator – Register allocation and assignment – Dynamic Programming Code generation.

Unit-4
Teaching Hours:9
Run-Time Environment And Code Generation
 

Run-Time Environment – Source language issues - Storage Organisation – Stack Allocation Strategies: Static, Stack and Heap- Parameter passing – Symbol table -Dynamic Storage Allocation. Code Generation: Issues in design of code generator - Target language -  Basic Blocks and Flow Graphs, A Simple Code generator – Register allocation and assignment – Dynamic Programming Code generation.

Unit-4
Teaching Hours:9
Run-Time Environment And Code Generation
 

Run-Time Environment – Source language issues - Storage Organisation – Stack Allocation Strategies: Static, Stack and Heap- Parameter passing – Symbol table -Dynamic Storage Allocation. Code Generation: Issues in design of code generator - Target language -  Basic Blocks and Flow Graphs, A Simple Code generator – Register allocation and assignment – Dynamic Programming Code generation.

Unit-4
Teaching Hours:9
Run-Time Environment And Code Generation
 

Run-Time Environment – Source language issues - Storage Organisation – Stack Allocation Strategies: Static, Stack and Heap- Parameter passing – Symbol table -Dynamic Storage Allocation. Code Generation: Issues in design of code generator - Target language -  Basic Blocks and Flow Graphs, A Simple Code generator – Register allocation and assignment – Dynamic Programming Code generation.

Unit-5
Teaching Hours:9
Code Optimization And Code Generation
 

Principal Sources of Optimization-Peephole optimization - DAG - Optimization of Basic Blocks-Global Data Flow Analysis- Efficient Data Flow Algorithms-Case Study: Recent trends and research in compilers.

Unit-5
Teaching Hours:9
Code Optimization And Code Generation
 

Principal Sources of Optimization-Peephole optimization - DAG - Optimization of Basic Blocks-Global Data Flow Analysis- Efficient Data Flow Algorithms-Case Study: Recent trends and research in compilers.

Unit-5
Teaching Hours:9
Code Optimization And Code Generation
 

Principal Sources of Optimization-Peephole optimization - DAG - Optimization of Basic Blocks-Global Data Flow Analysis- Efficient Data Flow Algorithms-Case Study: Recent trends and research in compilers.

Unit-5
Teaching Hours:9
Code Optimization And Code Generation
 

Principal Sources of Optimization-Peephole optimization - DAG - Optimization of Basic Blocks-Global Data Flow Analysis- Efficient Data Flow Algorithms-Case Study: Recent trends and research in compilers.

Text Books And Reference Books:

1. Alfred V Aho, Monica S. Lam, Ravi Sethi and Jeffrey D Ullman, “Compilers – Principles, Techniques and Tools”, 2nd Edition, Pearson Education, 2007.

 

Essential Reading / Recommended Reading

1. Randy Allen, Ken Kennedy, “Optimizing Compilers for Modern Architectures: ADependence- based Approach”, Morgan Kaufmann Publishers, 2002.

2. Steven S. Muchnick, “Advanced Compiler Design and Implementation, “Morgan Kaufmann Publishers - Elsevier Science, India, Indian Reprint 2003.

3. Keith D Cooper and Linda Torczon, “Engineering a Compiler”, Morgan Kaufmann Publishers Elsevier Science, 2004.

 

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

CS641E01 - DATA CENTRE VIRTUALIZATION (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description:

This course provides an introduction to the concepts and principles of datacenter virtualization. Students will gain foundational knowledge of virtualization technologies, their applications, and the benefits they offer in modern IT environments. The course will also explore the security considerations and challenges associated with virtualized datacenters.

Learning Outcome

CO1: Explain the fundamental concepts of datacenter virtualization.

CO2: Describe the functionalities and architecture of hypervisors used in virtualised environments.

CO3: Design and present potential solutions for virtualised IT infrastructure based on specific scenarios.

CO4: Make use of storage and networking considerations relevant to virtualized environments

CO5: Identify and address security challenges associated with virtualised datacenters.

Unit-1
Teaching Hours:9
Introduction to Datacenter Virtualization
 

o   Challenges of physical datacenters, Defining datacenter virtualization and its benefits, Types of virtualization (server, desktop, network), Introduction to hypervisors and their functionalities.

Unit-1
Teaching Hours:9
Introduction to Datacenter Virtualization
 

o   Challenges of physical datacenters, Defining datacenter virtualization and its benefits, Types of virtualization (server, desktop, network), Introduction to hypervisors and their functionalities.

Unit-1
Teaching Hours:9
Introduction to Datacenter Virtualization
 

o   Challenges of physical datacenters, Defining datacenter virtualization and its benefits, Types of virtualization (server, desktop, network), Introduction to hypervisors and their functionalities.

Unit-1
Teaching Hours:9
Introduction to Datacenter Virtualization
 

o   Challenges of physical datacenters, Defining datacenter virtualization and its benefits, Types of virtualization (server, desktop, network), Introduction to hypervisors and their functionalities.

Unit-2
Teaching Hours:9
Hypervisor Technologies
 

o   Types of hypervisors (Type 1, Type 2), Popular hypervisor solutions (e.g., VMware vSphere, Microsoft Hyper-V, KVM), Hypervisor architecture and components (e.g., CPU, memory, storage management), Installation and configuration of hypervisors

Unit-2
Teaching Hours:9
Hypervisor Technologies
 

o   Types of hypervisors (Type 1, Type 2), Popular hypervisor solutions (e.g., VMware vSphere, Microsoft Hyper-V, KVM), Hypervisor architecture and components (e.g., CPU, memory, storage management), Installation and configuration of hypervisors

Unit-2
Teaching Hours:9
Hypervisor Technologies
 

o   Types of hypervisors (Type 1, Type 2), Popular hypervisor solutions (e.g., VMware vSphere, Microsoft Hyper-V, KVM), Hypervisor architecture and components (e.g., CPU, memory, storage management), Installation and configuration of hypervisors

Unit-2
Teaching Hours:9
Hypervisor Technologies
 

o   Types of hypervisors (Type 1, Type 2), Popular hypervisor solutions (e.g., VMware vSphere, Microsoft Hyper-V, KVM), Hypervisor architecture and components (e.g., CPU, memory, storage management), Installation and configuration of hypervisors

Unit-3
Teaching Hours:9
Virtual Machine Management
 

o   Creating and managing virtual machines (VM), Resource allocation and scheduling (CPU, memory, storage), VM migration and live migration concepts, VM security best practices

Unit-3
Teaching Hours:9
Virtual Machine Management
 

o   Creating and managing virtual machines (VM), Resource allocation and scheduling (CPU, memory, storage), VM migration and live migration concepts, VM security best practices

Unit-3
Teaching Hours:9
Virtual Machine Management
 

o   Creating and managing virtual machines (VM), Resource allocation and scheduling (CPU, memory, storage), VM migration and live migration concepts, VM security best practices

Unit-3
Teaching Hours:9
Virtual Machine Management
 

o   Creating and managing virtual machines (VM), Resource allocation and scheduling (CPU, memory, storage), VM migration and live migration concepts, VM security best practices

Unit-4
Teaching Hours:9
Storage and Networking in Virtualized Environments
 

o   Storage virtualization concepts (SAN, NAS, iSCSI), VM storage provisioning and management (thin provisioning, snapshots), Networking virtualization concepts (VLANs, VXLANs), Virtual network design and configuration

Unit-4
Teaching Hours:9
Storage and Networking in Virtualized Environments
 

o   Storage virtualization concepts (SAN, NAS, iSCSI), VM storage provisioning and management (thin provisioning, snapshots), Networking virtualization concepts (VLANs, VXLANs), Virtual network design and configuration

Unit-4
Teaching Hours:9
Storage and Networking in Virtualized Environments
 

o   Storage virtualization concepts (SAN, NAS, iSCSI), VM storage provisioning and management (thin provisioning, snapshots), Networking virtualization concepts (VLANs, VXLANs), Virtual network design and configuration

Unit-4
Teaching Hours:9
Storage and Networking in Virtualized Environments
 

o   Storage virtualization concepts (SAN, NAS, iSCSI), VM storage provisioning and management (thin provisioning, snapshots), Networking virtualization concepts (VLANs, VXLANs), Virtual network design and configuration

Unit-5
Teaching Hours:9
Cloud Computing and Virtualization Landscape
 

o   Introduction to cloud computing and its service models (IaaS, PaaS, SaaS), Relationship between cloud computing and virtualization, technologies, Security considerations in cloud environments, Future trends and advancements in virtualization

Unit-5
Teaching Hours:9
Cloud Computing and Virtualization Landscape
 

o   Introduction to cloud computing and its service models (IaaS, PaaS, SaaS), Relationship between cloud computing and virtualization, technologies, Security considerations in cloud environments, Future trends and advancements in virtualization

Unit-5
Teaching Hours:9
Cloud Computing and Virtualization Landscape
 

o   Introduction to cloud computing and its service models (IaaS, PaaS, SaaS), Relationship between cloud computing and virtualization, technologies, Security considerations in cloud environments, Future trends and advancements in virtualization

Unit-5
Teaching Hours:9
Cloud Computing and Virtualization Landscape
 

o   Introduction to cloud computing and its service models (IaaS, PaaS, SaaS), Relationship between cloud computing and virtualization, technologies, Security considerations in cloud environments, Future trends and advancements in virtualization

Text Books And Reference Books:

Text Book

T1. Dac-Nhuong LeRaghvendra KumarGia Nhu NguyenJyotir Moy, Chatterjee, “Cloud Computing and Virtualization“, Scrivener Publishing, March 2018.

Essential Reading / Recommended Reading

References (Text / Online Ref)

R1. Gustavo Santana, “Data Center Virtualization Fundamentals: Understanding Techniques and Designs for Highly Efficient Data Centers with Cisco Nexus, UCS, MDS, and Beyond”, Ciscopress, 2013.

Evaluation Pattern
Courses with 3 credits (Only Theory)
CIA 1 – 20 Marks
CIA 2 – 50 Marks
CIA 3 – 20 Marks
End Semester Examination – 100 Marks
Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

CS642E06 - GENERATIVE AI (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description: Generative Artificial Intelligence (AI) has emerged as a transformative field, enabling machines to create novel content ranging from images and music to text and beyond. This course offers a comprehensive journey through the theory, techniques, and practical applications of Generative AI.

Course Objective:

1. Understand the fundamentals of Generative AI, Applications and Probabilistic Models.

2. To learn how to use Generative Adversarial Networks and Variational Autoencoders in various applications

3. To explore advanced techniques and applications of reinforcement learning in generative AI

Learning Outcome

CO1: To explain the concepts of Generative AI and its Domains.

CO2: To apply basic probabilistic models to real-world problems

CO3: To identify and apply practical applications of GAN in real-world scenarios.

CO4: To make use of VAEs for solving real-world problems across different domains.

CO5: To develop reinforcement learning algorithms for generative tasks

Unit-1
Teaching Hours:9
Introduction to Generative AI
 

Overview of Generative AI and its significance in various domains.

Basic principles of generative models.Types of Generative AI,

Applications of generative AI in industry and research.

Unit-1
Teaching Hours:9
Introduction to Generative AI
 

Overview of Generative AI and its significance in various domains.

Basic principles of generative models.Types of Generative AI,

Applications of generative AI in industry and research.

Unit-1
Teaching Hours:9
Introduction to Generative AI
 

Overview of Generative AI and its significance in various domains.

Basic principles of generative models.Types of Generative AI,

Applications of generative AI in industry and research.

Unit-1
Teaching Hours:9
Introduction to Generative AI
 

Overview of Generative AI and its significance in various domains.

Basic principles of generative models.Types of Generative AI,

Applications of generative AI in industry and research.

Unit-2
Teaching Hours:9
Probabilistic Models
 

Understanding probability distributions and sampling methods.

Introduction to Markov chains and their relevance in generative AI. Bayesian probability, Hands-on exercises on basic probabilistic models.

Unit-2
Teaching Hours:9
Probabilistic Models
 

Understanding probability distributions and sampling methods.

Introduction to Markov chains and their relevance in generative AI. Bayesian probability, Hands-on exercises on basic probabilistic models.

Unit-2
Teaching Hours:9
Probabilistic Models
 

Understanding probability distributions and sampling methods.

Introduction to Markov chains and their relevance in generative AI. Bayesian probability, Hands-on exercises on basic probabilistic models.

Unit-2
Teaching Hours:9
Probabilistic Models
 

Understanding probability distributions and sampling methods.

Introduction to Markov chains and their relevance in generative AI. Bayesian probability, Hands-on exercises on basic probabilistic models.

Unit-3
Teaching Hours:9
Generative Adversarial Networks (GANs)
 

Detailed study of GANs architecture: generator and discriminator networks. Training GANs and managing common challenges. Popular GAN variants, Practical applications of GANs in image generation, style transfer, and anomaly detection.

Unit-3
Teaching Hours:9
Generative Adversarial Networks (GANs)
 

Detailed study of GANs architecture: generator and discriminator networks. Training GANs and managing common challenges. Popular GAN variants, Practical applications of GANs in image generation, style transfer, and anomaly detection.

Unit-3
Teaching Hours:9
Generative Adversarial Networks (GANs)
 

Detailed study of GANs architecture: generator and discriminator networks. Training GANs and managing common challenges. Popular GAN variants, Practical applications of GANs in image generation, style transfer, and anomaly detection.

Unit-3
Teaching Hours:9
Generative Adversarial Networks (GANs)
 

Detailed study of GANs architecture: generator and discriminator networks. Training GANs and managing common challenges. Popular GAN variants, Practical applications of GANs in image generation, style transfer, and anomaly detection.

Unit-4
Teaching Hours:9
Variational Autoencoders (VAEs)
 

Understanding the encoder-decoder architecture of VAEs.

Training VAEs for generating data and learning latent representations. Learning latent representations using VAEs, Applications of VAEs in image generation, data compression, and anomaly detection.

Unit-4
Teaching Hours:9
Variational Autoencoders (VAEs)
 

Understanding the encoder-decoder architecture of VAEs.

Training VAEs for generating data and learning latent representations. Learning latent representations using VAEs, Applications of VAEs in image generation, data compression, and anomaly detection.

Unit-4
Teaching Hours:9
Variational Autoencoders (VAEs)
 

Understanding the encoder-decoder architecture of VAEs.

Training VAEs for generating data and learning latent representations. Learning latent representations using VAEs, Applications of VAEs in image generation, data compression, and anomaly detection.

Unit-4
Teaching Hours:9
Variational Autoencoders (VAEs)
 

Understanding the encoder-decoder architecture of VAEs.

Training VAEs for generating data and learning latent representations. Learning latent representations using VAEs, Applications of VAEs in image generation, data compression, and anomaly detection.

Unit-5
Teaching Hours:9
Reinforcement Learning for Generative TasksIntroduction to reinforcement learning techniques for generative tasks. Policy gradient methods and actor-critic algorithms. Practical implementation of reinforcement learning for generative tasks.
 

Introduction to reinforcement learning techniques for generative tasks.

Policy gradient methods and actor-critic algorithms.

Practical implementation of reinforcement learning for generative tasks.

Unit-5
Teaching Hours:9
Reinforcement Learning for Generative TasksIntroduction to reinforcement learning techniques for generative tasks. Policy gradient methods and actor-critic algorithms. Practical implementation of reinforcement learning for generative tasks.
 

Introduction to reinforcement learning techniques for generative tasks.

Policy gradient methods and actor-critic algorithms.

Practical implementation of reinforcement learning for generative tasks.

Unit-5
Teaching Hours:9
Reinforcement Learning for Generative TasksIntroduction to reinforcement learning techniques for generative tasks. Policy gradient methods and actor-critic algorithms. Practical implementation of reinforcement learning for generative tasks.
 

Introduction to reinforcement learning techniques for generative tasks.

Policy gradient methods and actor-critic algorithms.

Practical implementation of reinforcement learning for generative tasks.

Unit-5
Teaching Hours:9
Reinforcement Learning for Generative TasksIntroduction to reinforcement learning techniques for generative tasks. Policy gradient methods and actor-critic algorithms. Practical implementation of reinforcement learning for generative tasks.
 

Introduction to reinforcement learning techniques for generative tasks.

Policy gradient methods and actor-critic algorithms.

Practical implementation of reinforcement learning for generative tasks.

Text Books And Reference Books:

Text Book

T1.Generative Deep Learning: Teaching Machines to Paint, Write, Compose, and Play" by David Foster

T2."Generative AI: Deep Learning and Beyond" by Hung-Yi Lee, Yaron Shalev-Shwartz, and Shai Shalev-Shwartz

Essential Reading / Recommended Reading

.

Evaluation Pattern
Courses with 3 credits (Only Theory)
CIA 1 – 20 Marks
CIA 2 – 50 Marks
CIA 3 – 20 Marks
End Semester Examination – 100 Marks
Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

CS682 - SERVICE LEARNING (2022 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:2

Course Objectives/Course Description

 

This course offers project-based learning. The students would learn to observe, analyze the need of the neighbouring society . They will propose technically feasible solutions and develop the solutions for the identified community, through which they develop communication skill, team work, ethics and life long learning apart from technical knowledge.

Learning Outcome

CO1: Apply the concepts of Computer Science and Information Technology to solve given real world societal problems through prototypes.

CO2: Design solutions to given real world societal problems through working prototypes

CO3: Select appropriate hardware and software as per the requirement of the project designed to solve given real world societal problems.

CO4: Understand the impact of the developed projects on environmental factors.

CO5: Demonstrate project management skills including handling the finances in doing projects for given real world societal problems.

Unit-1
Teaching Hours:30
Proto Type Development
 

Students are expected to asscoiate with an NGO or a community to solve the societal problems focusing on Sustainable development Goals (SDG)

 

Unit-1
Teaching Hours:30
Proto Type Development
 

Students are expected to asscoiate with an NGO or a community to solve the societal problems focusing on Sustainable development Goals (SDG)

 

Unit-1
Teaching Hours:30
Proto Type Development
 

Students are expected to asscoiate with an NGO or a community to solve the societal problems focusing on Sustainable development Goals (SDG)

 

Unit-1
Teaching Hours:30
Proto Type Development
 

Students are expected to asscoiate with an NGO or a community to solve the societal problems focusing on Sustainable development Goals (SDG)

 

Unit-1
Teaching Hours:30
Proto Type Development
 

Students are expected to asscoiate with an NGO or a community to solve the societal problems focusing on Sustainable development Goals (SDG)

 

Text Books And Reference Books:

NA

Essential Reading / Recommended Reading

NA

Evaluation Pattern

Courses with 02 credits (Only Practical)

Internal Review – 50 Marks

Final Review  – 50 Marks

 

CSHO634CSP - INTRUSION DETECTION AND INCIDENT RESPONSE (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description:

After learning this course for a semester, the student will know the intrusion detection concepts in cyber-attacks and its corresponding preventions and incident responses to ensure the data is recovered in time and the whole system is operational. The student would also get a clear idea of some cases with their analytical IDS and Incident response studies. This course contributes to regional and global needs, also, Skill Development and Professional Ethics.

 

Course Objective:

1. To provide awareness of various Intrusion Detection Concepts and their prevention techniques

2. To provide the knowledge on basics of incident response in different environments

3. To provide knowledge on the investigation techniques for collecting data about intrusion to prepare its incident response.

Learning Outcome

CO1: Explain the evolution from design protection to detection of intrusions.

CO2: Summarize the various intrusion detection systems and their architectural models.

CO3: Identify the incident response when a computer intrusion occurs.

CO4: Analyze the parameters needed to detect intrusions.

CO5: Evaluate the best practices that comprise intrusions with incident responses.

Unit-1
Teaching Hours:15
Introduction
 

Introduction to computer incident, legal environment, Network security and attacks, basics of incident detection, parameters for assessment of intrusion detection, Intrusion detection system and Detection approaches, Misuse detection, anomaly detection, specification-based detection, hybrid detection, and statistics.

 

Experiment 1: Familiarize intrusion detection systems and detection approaches

Unit-1
Teaching Hours:15
Introduction
 

Introduction to computer incident, legal environment, Network security and attacks, basics of incident detection, parameters for assessment of intrusion detection, Intrusion detection system and Detection approaches, Misuse detection, anomaly detection, specification-based detection, hybrid detection, and statistics.

 

Experiment 1: Familiarize intrusion detection systems and detection approaches

Unit-1
Teaching Hours:15
Introduction
 

Introduction to computer incident, legal environment, Network security and attacks, basics of incident detection, parameters for assessment of intrusion detection, Intrusion detection system and Detection approaches, Misuse detection, anomaly detection, specification-based detection, hybrid detection, and statistics.

 

Experiment 1: Familiarize intrusion detection systems and detection approaches

Unit-1
Teaching Hours:15
Introduction
 

Introduction to computer incident, legal environment, Network security and attacks, basics of incident detection, parameters for assessment of intrusion detection, Intrusion detection system and Detection approaches, Misuse detection, anomaly detection, specification-based detection, hybrid detection, and statistics.

 

Experiment 1: Familiarize intrusion detection systems and detection approaches

Unit-1
Teaching Hours:15
Introduction
 

Introduction to computer incident, legal environment, Network security and attacks, basics of incident detection, parameters for assessment of intrusion detection, Intrusion detection system and Detection approaches, Misuse detection, anomaly detection, specification-based detection, hybrid detection, and statistics.

 

Experiment 1: Familiarize intrusion detection systems and detection approaches

Unit-2
Teaching Hours:15
Intrusion Detection System - Architecture & Tools
 

Centralized, Distributed, Cooperative Intrusion Detection, Tiered architecture, Intrusion detection in security, Tool Selection and Acquisition Process, Bro Intrusion Detection, Prelude Intrusion Detection, Cisco Security IDS, Snorts Intrusion Detection, NFR security, Architecture models of IDs and IPs.

 

Experiment 2: Intrusion detection in security, Tool Selection and Acquisition Process

Unit-2
Teaching Hours:15
Intrusion Detection System - Architecture & Tools
 

Centralized, Distributed, Cooperative Intrusion Detection, Tiered architecture, Intrusion detection in security, Tool Selection and Acquisition Process, Bro Intrusion Detection, Prelude Intrusion Detection, Cisco Security IDS, Snorts Intrusion Detection, NFR security, Architecture models of IDs and IPs.

 

Experiment 2: Intrusion detection in security, Tool Selection and Acquisition Process

Unit-2
Teaching Hours:15
Intrusion Detection System - Architecture & Tools
 

Centralized, Distributed, Cooperative Intrusion Detection, Tiered architecture, Intrusion detection in security, Tool Selection and Acquisition Process, Bro Intrusion Detection, Prelude Intrusion Detection, Cisco Security IDS, Snorts Intrusion Detection, NFR security, Architecture models of IDs and IPs.

 

Experiment 2: Intrusion detection in security, Tool Selection and Acquisition Process

Unit-2
Teaching Hours:15
Intrusion Detection System - Architecture & Tools
 

Centralized, Distributed, Cooperative Intrusion Detection, Tiered architecture, Intrusion detection in security, Tool Selection and Acquisition Process, Bro Intrusion Detection, Prelude Intrusion Detection, Cisco Security IDS, Snorts Intrusion Detection, NFR security, Architecture models of IDs and IPs.

 

Experiment 2: Intrusion detection in security, Tool Selection and Acquisition Process

Unit-2
Teaching Hours:15
Intrusion Detection System - Architecture & Tools
 

Centralized, Distributed, Cooperative Intrusion Detection, Tiered architecture, Intrusion detection in security, Tool Selection and Acquisition Process, Bro Intrusion Detection, Prelude Intrusion Detection, Cisco Security IDS, Snorts Intrusion Detection, NFR security, Architecture models of IDs and IPs.

 

Experiment 2: Intrusion detection in security, Tool Selection and Acquisition Process

Unit-3
Teaching Hours:15
Incident Response
 

Basics of Incident Response, Preparing for Incident Response, Live Data Collection, Preparation, Identification, Containment, Eradication, Recovery.

 

Experiment 3: Preparing for Incident Response, Live Data Collection, Preparation, Identification

Unit-3
Teaching Hours:15
Incident Response
 

Basics of Incident Response, Preparing for Incident Response, Live Data Collection, Preparation, Identification, Containment, Eradication, Recovery.

 

Experiment 3: Preparing for Incident Response, Live Data Collection, Preparation, Identification

Unit-3
Teaching Hours:15
Incident Response
 

Basics of Incident Response, Preparing for Incident Response, Live Data Collection, Preparation, Identification, Containment, Eradication, Recovery.

 

Experiment 3: Preparing for Incident Response, Live Data Collection, Preparation, Identification

Unit-3
Teaching Hours:15
Incident Response
 

Basics of Incident Response, Preparing for Incident Response, Live Data Collection, Preparation, Identification, Containment, Eradication, Recovery.

 

Experiment 3: Preparing for Incident Response, Live Data Collection, Preparation, Identification

Unit-3
Teaching Hours:15
Incident Response
 

Basics of Incident Response, Preparing for Incident Response, Live Data Collection, Preparation, Identification, Containment, Eradication, Recovery.

 

Experiment 3: Preparing for Incident Response, Live Data Collection, Preparation, Identification

Unit-4
Teaching Hours:15
Investigation Techniques
 

Introduction to legal evidence preparation for incident response, Forensics Duplication, Network Surveillance/Evidence, statistical Analysis Investigating Windows, Investigating Unix, Malware Triage, ways of detecting residual after attacks

 

Experiment 4: Forensics Duplication, Network Surveillance/Evidence, statistical Analysis

Unit-4
Teaching Hours:15
Investigation Techniques
 

Introduction to legal evidence preparation for incident response, Forensics Duplication, Network Surveillance/Evidence, statistical Analysis Investigating Windows, Investigating Unix, Malware Triage, ways of detecting residual after attacks

 

Experiment 4: Forensics Duplication, Network Surveillance/Evidence, statistical Analysis

Unit-4
Teaching Hours:15
Investigation Techniques
 

Introduction to legal evidence preparation for incident response, Forensics Duplication, Network Surveillance/Evidence, statistical Analysis Investigating Windows, Investigating Unix, Malware Triage, ways of detecting residual after attacks

 

Experiment 4: Forensics Duplication, Network Surveillance/Evidence, statistical Analysis

Unit-4
Teaching Hours:15
Investigation Techniques
 

Introduction to legal evidence preparation for incident response, Forensics Duplication, Network Surveillance/Evidence, statistical Analysis Investigating Windows, Investigating Unix, Malware Triage, ways of detecting residual after attacks

 

Experiment 4: Forensics Duplication, Network Surveillance/Evidence, statistical Analysis

Unit-4
Teaching Hours:15
Investigation Techniques
 

Introduction to legal evidence preparation for incident response, Forensics Duplication, Network Surveillance/Evidence, statistical Analysis Investigating Windows, Investigating Unix, Malware Triage, ways of detecting residual after attacks

 

Experiment 4: Forensics Duplication, Network Surveillance/Evidence, statistical Analysis

Unit-5
Teaching Hours:15
Case studies - Intrusion Scenarios & Incident Response
 

Case studies: various intrusion scenarios and their incident response and evidence gathering along with possible solutions.

 

Experiment 5: Study any one intrusion scenario and its incident response

Unit-5
Teaching Hours:15
Case studies - Intrusion Scenarios & Incident Response
 

Case studies: various intrusion scenarios and their incident response and evidence gathering along with possible solutions.

 

Experiment 5: Study any one intrusion scenario and its incident response

Unit-5
Teaching Hours:15
Case studies - Intrusion Scenarios & Incident Response
 

Case studies: various intrusion scenarios and their incident response and evidence gathering along with possible solutions.

 

Experiment 5: Study any one intrusion scenario and its incident response

Unit-5
Teaching Hours:15
Case studies - Intrusion Scenarios & Incident Response
 

Case studies: various intrusion scenarios and their incident response and evidence gathering along with possible solutions.

 

Experiment 5: Study any one intrusion scenario and its incident response

Unit-5
Teaching Hours:15
Case studies - Intrusion Scenarios & Incident Response
 

Case studies: various intrusion scenarios and their incident response and evidence gathering along with possible solutions.

 

Experiment 5: Study any one intrusion scenario and its incident response

Text Books And Reference Books:

Text Book:

T1: Ali A. Ghorbani, Wei Lu, “Network Intrusion Detection and Prevention: Concepts and Techniques”, Springer, 2010

Essential Reading / Recommended Reading

References Text:

R1: Earl Carter, Jonathan Hogue, “Intrusion Prevention Fundamentals”, Pearson Education, 2006

Evaluation Pattern

Courses with 4 credits(Theory & Practical’s)

       CIA 1 – 20 Marks

       CIA 2 – 50 Marks

       CIA 3 – 20 Marks

       Practical – 50 Marks

       End Semester Examination – 100 Marks

       Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSHO634DAP - DATA SCIENCE AT PRODUCTION SCALE (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

In this course, will introduce advanced concepts of Information Retrieval, Recommenders Systems, Computational Advertising, and Dev-Ops tools to deploy these services at scale.

Learning Outcome

CO1: Explain the concept of Data Science and visualization

CO2: Develop ML algorithms for Data Science

CO3: Utilisation of scaleable Data Science Pipeline

CO4: Develop a Network of Data at a given application

CO5: Develop project work on data science.

Unit-1
Teaching Hours:75
Data Science at Productio Scale
 

Data Engineering

○ Data Visualization

○ Machine Learning Deployment

○ Scalable Data Science Pipeline

○ Network Data Science

○ Applied Data Science Project

Unit-1
Teaching Hours:75
Data Science at Productio Scale
 

Data Engineering

○ Data Visualization

○ Machine Learning Deployment

○ Scalable Data Science Pipeline

○ Network Data Science

○ Applied Data Science Project

Unit-1
Teaching Hours:75
Data Science at Productio Scale
 

Data Engineering

○ Data Visualization

○ Machine Learning Deployment

○ Scalable Data Science Pipeline

○ Network Data Science

○ Applied Data Science Project

Text Books And Reference Books:

.

Essential Reading / Recommended Reading

.

Evaluation Pattern
1.Courses with 4credits(Theory & Practical’s)
CIA 1 – 20 Marks
CIA 2 – 50 Marks
CIA 3 – 20 Marks
Practical – 50 Marks
End Semester Examination – 100 Marks
Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

CSHO681CSP24 - CS PROJECT (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description

Through this capstone project students will get an opportunity to apply the knowledge and skills in cyber security that they have gained. 

 

Course Objectives

To perform a task involving cyber security research or design, that is carefully planned to achieve a particular aim.

To learn modular programming - analyse problems, design solutions.

To learn new tools and implement the system as a team/individual.

Learning Outcome

CO1: Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

CO2: Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

CO3: Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

CO4: Understand the impact of the developed projects on environmental factors.

CO5: Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. Handling the finances in doing projects for given real world societal problems.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. 

Handling the finances in doing projects for given real world societal problems

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. 

Handling the finances in doing projects for given real world societal problems

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. 

Handling the finances in doing projects for given real world societal problems

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. 

Handling the finances in doing projects for given real world societal problems

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. 

Handling the finances in doing projects for given real world societal problems

Text Books And Reference Books:

Based on the project the reference materials will be suggested.

 

Essential Reading / Recommended Reading

Based on the project the additional reference materials will be suggested.

 

Evaluation Pattern

Continuous Internal Assessment: 50 marks

End Semester Examination: 50 marks

CSHO681DAP24 - DA PROJECT (2022 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description

Through this capstone project students will get an opportunity to apply the knowledge and skills in data analytics that they have gained. 

 

Course Objectives

To test the skills in data analysis, data visualization, data wrangling, regression, machine learning etc.

To learn modular programming - analyse problems, design solutions, learn new tools and implement the system as a team/ individual.

 

Learning Outcome

CO1: Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

CO2: Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

CO3: Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

CO4: Understand the impact of the developed projects on environmental factors.

CO5: Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. Handling the finances in doing projects for given real world societal problems .

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-1
Teaching Hours:15
Unit 1
 

Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-2
Teaching Hours:15
Unit 2
 

Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-3
Teaching Hours:15
Unit 3
 

Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors.

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors.

Unit-4
Teaching Hours:15
Unit 4
 

Understand the impact of the developed projects on environmental factors.

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. Handling the finances in doing projects for given real world societal problems 

 

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. Handling the finances in doing projects for given real world societal problems 

 

Unit-5
Teaching Hours:15
Unit 5
 

Demonstrate project management skills including handling the finances in doing projects for given real world societal problem. Handling the finances in doing projects for given real world societal problems 

 

Text Books And Reference Books:

Based on the project the reference materials will be suggested.

 

Essential Reading / Recommended Reading

Based on the project the additional reference materials will be suggested.

 

Evaluation Pattern

Continuous Internal Assessment: 50 marks

End Semester Examination: 50 marks

DS643PE03 - APPLICATIONS OF DATA SCIENCE IN HEALTHCARE (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:50
Credits:3

Course Objectives/Course Description

 

Course Description:

This course delves into the transformative intersection of data science and healthcare. It equips students with the skills to extract meaningful insights from healthcare data, fostering a deep understanding of the role data science plays in improving patient outcomes and healthcare decision-making.

 

Course Objective:

● Students will be able to Acquire a foundational understanding of the role and significance of data science in the healthcare domain.

● Students will be able to Recognize and comprehend ethical considerations and privacy regulations governing the use of healthcare data.

● Students will be able to Master the fundamentals of data science, including statistical analysis, programming languages, and data preprocessing techniques.

● Students will be able to Apply machine learning algorithms to healthcare datasets for tasks such as disease prediction, patient outcome analysis, and clinical decision support.

● Students will be able to Understand the components of Electronic Health Records (EHR) and address challenges in integrating diverse healthcare data sources.

● Students will be able to Manage and analyze large healthcare datasets using big data technologies for insights into population health and predictive modeling.

 

Learning Outcome

CO1: Define the core principles and applications of data science in the context of healthcare.

CO2: Compare and Contrast the ethical considerations and privacy regulations governing healthcare data.

CO3: Apply statistical concepts to analyze healthcare datasets and draw meaningful conclusions.

CO4: Utilize programming languages to preprocess and analyze healthcare data effectively.

CO5: Apply the ethical implications of using healthcare data for decision-making and research.

Unit-1
Teaching Hours:6
Introduction to Data Science in Healthcare
 

Overview of Data Science and Healthcare. Defining data science and its relevance to healthcare. Historical context and evolution of data science in healthcare. Importance of Data-Driven Decision Making-Case studies demonstrating successful data-driven healthcare decisions. Potential impact on patient outcomes and healthcare operations. Ethical Considerations and Privacy in Healthcare Data-Understanding ethical challenges in healthcare data usage. Overview of privacy regulations (e.g., HIPAA) and their implications.

Unit-2
Teaching Hours:6
Fundamentals of Data Science
 

Basics of Statistics and Probability- Descriptive and inferential statistics in healthcare. Probability concepts essential for healthcare data analysis. Data Preprocessing and Cleaning Techniques- Handling missing data and outliers in healthcare datasets. Standardization and normalization of healthcare data. Programming Languages for Data Science in Healthcare- Introduction to Python or R for healthcare data analysis. Practical exercises using healthcare datasets.

Unit-3
Teaching Hours:6
Machine Learning in Healthcare
 

Introduction to Machine Learning Algorithms-Supervised and unsupervised learning concepts. Healthcare-specific machine learning applications. Applications of Machine Learning in Healthcare- Disease prediction, patient risk stratification, and outcome analysis. Clinical decision support systems and personalized medicine. Model Evaluation and Interpretation in Healthcare- Metrics for evaluating healthcare machine learning models. Interpretable machine learning in healthcare contexts.

Unit-4
Teaching Hours:6
Big Data and Healthcare Analytics
 

Handling Large Healthcare Datasets- Challenges and solutions for managing big healthcare data. Introduction to big data technologies (e.g., Hadoop, Spark) in healthcare. Real-World Examples of Big Data Applications- Population health analytics and epidemiological studies. Predictive modeling for healthcare resource allocation.

Unit-5
Teaching Hours:6
Electronic Health Records (EHR) and Data Integration
 

Overview of Electronic Health Records (EHR)- Components and functionalities of EHR systems. Interoperability and challenges in integrating EHR data. Healthcare Data Security and Ethics. Ensuring security and privacy of healthcare information. Ethical considerations in the use of healthcare data for research and analysis. Capstone Project- Application of data science skills to a real-world healthcare dataset. Project development, presentation, and peer review.

Text Books And Reference Books:

1) Big Data: A Revolution That Will Transform How We Live, Work, and Think by Viktor Mayer-Schönberger and Kenneth Cukier

 

Essential Reading / Recommended Reading

1) Big Data Analytics in Healthcare by Nirmala Sitharaman.

2) Hadoop: The Definitive Guide by Tom White.

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 50 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

 

IOT641E02 - FOUNDATIONS OF BLOCKCHAIN TECHNOLOGY? (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

To introduce students to blockchain technology along with its different properties and applications.

Course Objective:

1. To learn the fundamentals of Blockchain architecture and to conceptualize and depict architecture versions.

2. To make a study of different crypto primitives and currencies.

3. To understand different consensus protocols applied to different types of networks.

4. To understand protocols on distributed consensus, hyper ledger fabric and Ethereum.

5. To apply the concepts of Distributed Blockchain technology for different real world problems. 

Learning Outcome

CO1: Illustrate basic features and the architecture of different versions of blockchain.

CO2: Illustrate the technologies and challenges associated with different crypto platforms.

CO3: Identify the functioning of the security involved in blockchain consensus

CO4: Build the hyper ledger fabric and Ethereum platforms for blockchain application development.

CO5: Analyze the security and architecture for blockchain for different industrial applications

Unit-1
Teaching Hours:9
INTRODUCTION TO BLOCKCHAIN
 

Blockchain- A history of Blockchain-how the computation environment evolved, What is a Blockchain,Problems with centralized system, Centralized vs decentralized vs distributed, Blockchain as Public Ledgers,Bitcoin and Blockchain, Technology behind bitcoin—The Blockchain, Blockchain 2.0 and Smart Contracts,Block in a Blockchain- securing data, Structure of a Block, Block Header, The blockchain Replicas, DistributedConsensus, Permission less consensus and Permissioned Model of Blockchain 2.0, Cryptographically securedHash Function, Cryptographically secured chain of blocks, Properties of a hash function-Hash pointer, Merkle tree and its use.

Unit-1
Teaching Hours:9
INTRODUCTION TO BLOCKCHAIN
 

Blockchain- A history of Blockchain-how the computation environment evolved, What is a Blockchain,Problems with centralized system, Centralized vs decentralized vs distributed, Blockchain as Public Ledgers,Bitcoin and Blockchain, Technology behind bitcoin—The Blockchain, Blockchain 2.0 and Smart Contracts,Block in a Blockchain- securing data, Structure of a Block, Block Header, The blockchain Replicas, DistributedConsensus, Permission less consensus and Permissioned Model of Blockchain 2.0, Cryptographically securedHash Function, Cryptographically secured chain of blocks, Properties of a hash function-Hash pointer, Merkle tree and its use.

Unit-1
Teaching Hours:9
INTRODUCTION TO BLOCKCHAIN
 

Blockchain- A history of Blockchain-how the computation environment evolved, What is a Blockchain,Problems with centralized system, Centralized vs decentralized vs distributed, Blockchain as Public Ledgers,Bitcoin and Blockchain, Technology behind bitcoin—The Blockchain, Blockchain 2.0 and Smart Contracts,Block in a Blockchain- securing data, Structure of a Block, Block Header, The blockchain Replicas, DistributedConsensus, Permission less consensus and Permissioned Model of Blockchain 2.0, Cryptographically securedHash Function, Cryptographically secured chain of blocks, Properties of a hash function-Hash pointer, Merkle tree and its use.

Unit-1
Teaching Hours:9
INTRODUCTION TO BLOCKCHAIN
 

Blockchain- A history of Blockchain-how the computation environment evolved, What is a Blockchain,Problems with centralized system, Centralized vs decentralized vs distributed, Blockchain as Public Ledgers,Bitcoin and Blockchain, Technology behind bitcoin—The Blockchain, Blockchain 2.0 and Smart Contracts,Block in a Blockchain- securing data, Structure of a Block, Block Header, The blockchain Replicas, DistributedConsensus, Permission less consensus and Permissioned Model of Blockchain 2.0, Cryptographically securedHash Function, Cryptographically secured chain of blocks, Properties of a hash function-Hash pointer, Merkle tree and its use.

Unit-2
Teaching Hours:9
BITCOIN AND CRYPTOCURRENCY
 

A basic crypto primitives: Digital signature, reducing signature size, introduction to cryptocurrency usingdigital signature and hashchain, What is bitcoin, Creation of bitcoins, Payments and double spending, FORTH– How FORTH works, Bitcoin Scripts , Bitcoin P2P Network, Transaction in Bitcoin Network , Block Mining inbitcoin network, Block Flooding, Block propagation and block relay

Unit-2
Teaching Hours:9
BITCOIN AND CRYPTOCURRENCY
 

A basic crypto primitives: Digital signature, reducing signature size, introduction to cryptocurrency usingdigital signature and hashchain, What is bitcoin, Creation of bitcoins, Payments and double spending, FORTH– How FORTH works, Bitcoin Scripts , Bitcoin P2P Network, Transaction in Bitcoin Network , Block Mining inbitcoin network, Block Flooding, Block propagation and block relay

Unit-2
Teaching Hours:9
BITCOIN AND CRYPTOCURRENCY
 

A basic crypto primitives: Digital signature, reducing signature size, introduction to cryptocurrency usingdigital signature and hashchain, What is bitcoin, Creation of bitcoins, Payments and double spending, FORTH– How FORTH works, Bitcoin Scripts , Bitcoin P2P Network, Transaction in Bitcoin Network , Block Mining inbitcoin network, Block Flooding, Block propagation and block relay

Unit-2
Teaching Hours:9
BITCOIN AND CRYPTOCURRENCY
 

A basic crypto primitives: Digital signature, reducing signature size, introduction to cryptocurrency usingdigital signature and hashchain, What is bitcoin, Creation of bitcoins, Payments and double spending, FORTH– How FORTH works, Bitcoin Scripts , Bitcoin P2P Network, Transaction in Bitcoin Network , Block Mining inbitcoin network, Block Flooding, Block propagation and block relay

Unit-3
Teaching Hours:9
BITCOIN CONSENSUS
 

Introduction to Consensus, Distributed consensus, Consensus in a Bitcoin network, Proof of Work (PoW)-Cryptographic Hash as PoW, Hashcash PoW, Bitcoin PoW, Tempering of PoW- Sybil attacks, DoS attacks,PoW power consumption, monopoly problem- Proof of Stake, Proof of Burn, Proof of Elapsed Time. Basics ofPoET, Mining bitcoin, Difficulty in mining, Hash rate vs difficulty, Mining Pool, Permissioned model ofblockchain and use cases, Design issues for Permissioned Blockchains, State machine replication, smartcontract state machine – crowd funding, Distributed state machine replication

Unit-3
Teaching Hours:9
BITCOIN CONSENSUS
 

Introduction to Consensus, Distributed consensus, Consensus in a Bitcoin network, Proof of Work (PoW)-Cryptographic Hash as PoW, Hashcash PoW, Bitcoin PoW, Tempering of PoW- Sybil attacks, DoS attacks,PoW power consumption, monopoly problem- Proof of Stake, Proof of Burn, Proof of Elapsed Time. Basics ofPoET, Mining bitcoin, Difficulty in mining, Hash rate vs difficulty, Mining Pool, Permissioned model ofblockchain and use cases, Design issues for Permissioned Blockchains, State machine replication, smartcontract state machine – crowd funding, Distributed state machine replication

Unit-3
Teaching Hours:9
BITCOIN CONSENSUS
 

Introduction to Consensus, Distributed consensus, Consensus in a Bitcoin network, Proof of Work (PoW)-Cryptographic Hash as PoW, Hashcash PoW, Bitcoin PoW, Tempering of PoW- Sybil attacks, DoS attacks,PoW power consumption, monopoly problem- Proof of Stake, Proof of Burn, Proof of Elapsed Time. Basics ofPoET, Mining bitcoin, Difficulty in mining, Hash rate vs difficulty, Mining Pool, Permissioned model ofblockchain and use cases, Design issues for Permissioned Blockchains, State machine replication, smartcontract state machine – crowd funding, Distributed state machine replication

Unit-3
Teaching Hours:9
BITCOIN CONSENSUS
 

Introduction to Consensus, Distributed consensus, Consensus in a Bitcoin network, Proof of Work (PoW)-Cryptographic Hash as PoW, Hashcash PoW, Bitcoin PoW, Tempering of PoW- Sybil attacks, DoS attacks,PoW power consumption, monopoly problem- Proof of Stake, Proof of Burn, Proof of Elapsed Time. Basics ofPoET, Mining bitcoin, Difficulty in mining, Hash rate vs difficulty, Mining Pool, Permissioned model ofblockchain and use cases, Design issues for Permissioned Blockchains, State machine replication, smartcontract state machine – crowd funding, Distributed state machine replication

Unit-4
Teaching Hours:9
DISTRIBUTED CONSENSUS, HYPER LEDGER FABRIC & ETHERUM
 

Consensus algorithm- RAFT Consensus, PAXOS consensus, Byzantine general model, Byzantine generalproblem, Lamport-Shostak-Pease, Practical Byzantine Fault Tolerance. Introduction to hyperledger fabric v1.1,Architecture of Hyperledger fabric v1.1, Ethereum: Ethereum network, EVM, Transaction fee, Mist Browser,Ether, Gas, Solidity, Smart contracts, Truffle-Design and issue Crypto currency, Mining, DApps, DAO.

Unit-4
Teaching Hours:9
DISTRIBUTED CONSENSUS, HYPER LEDGER FABRIC & ETHERUM
 

Consensus algorithm- RAFT Consensus, PAXOS consensus, Byzantine general model, Byzantine generalproblem, Lamport-Shostak-Pease, Practical Byzantine Fault Tolerance. Introduction to hyperledger fabric v1.1,Architecture of Hyperledger fabric v1.1, Ethereum: Ethereum network, EVM, Transaction fee, Mist Browser,Ether, Gas, Solidity, Smart contracts, Truffle-Design and issue Crypto currency, Mining, DApps, DAO.

Unit-4
Teaching Hours:9
DISTRIBUTED CONSENSUS, HYPER LEDGER FABRIC & ETHERUM
 

Consensus algorithm- RAFT Consensus, PAXOS consensus, Byzantine general model, Byzantine generalproblem, Lamport-Shostak-Pease, Practical Byzantine Fault Tolerance. Introduction to hyperledger fabric v1.1,Architecture of Hyperledger fabric v1.1, Ethereum: Ethereum network, EVM, Transaction fee, Mist Browser,Ether, Gas, Solidity, Smart contracts, Truffle-Design and issue Crypto currency, Mining, DApps, DAO.

Unit-4
Teaching Hours:9
DISTRIBUTED CONSENSUS, HYPER LEDGER FABRIC & ETHERUM
 

Consensus algorithm- RAFT Consensus, PAXOS consensus, Byzantine general model, Byzantine generalproblem, Lamport-Shostak-Pease, Practical Byzantine Fault Tolerance. Introduction to hyperledger fabric v1.1,Architecture of Hyperledger fabric v1.1, Ethereum: Ethereum network, EVM, Transaction fee, Mist Browser,Ether, Gas, Solidity, Smart contracts, Truffle-Design and issue Crypto currency, Mining, DApps, DAO.

Unit-5
Teaching Hours:9
BLOCKCHAIN APPLICATIONS
 

Understanding business problems, understanding the participants, Building communities in blockchain network, Blockchain in Financial services, Supply chain management, revolutionizing global trade.

Unit-5
Teaching Hours:9
BLOCKCHAIN APPLICATIONS
 

Understanding business problems, understanding the participants, Building communities in blockchain network, Blockchain in Financial services, Supply chain management, revolutionizing global trade.

Unit-5
Teaching Hours:9
BLOCKCHAIN APPLICATIONS
 

Understanding business problems, understanding the participants, Building communities in blockchain network, Blockchain in Financial services, Supply chain management, revolutionizing global trade.

Unit-5
Teaching Hours:9
BLOCKCHAIN APPLICATIONS
 

Understanding business problems, understanding the participants, Building communities in blockchain network, Blockchain in Financial services, Supply chain management, revolutionizing global trade.

Text Books And Reference Books:

T1. Bashir, Imran, “Mastering Blockchain: Deeper insights into decentralization, cryptography, Bitcoin, and popular Blockchain frameworks”, 2017. 

T2. Bikramaditya Singhal, Gautam Dhameja, Priyansu Sekhar Panda, “Beginning Blockchain: A Beginner's Guide to Building Blockchain Solutions”, Apress.

 

Essential Reading / Recommended Reading

R1. Tailor Jacobs, "Blockchain: A Step-by-step Guide for Beginners to Implementing Blockchain Technology and Leveraging Blockchain Programming", Tailor Jacobs, 2017. 

R2. David A Shrier, "Basic Blockchain: What It Is and How It Will Transform the Way We Work and Live", Robinson Publication.

R3. Stephen P Williams, "Blockchain: The next Every Thing, Stephen P Williams", 2019.

 

Evaluation Pattern
Courses with 3 credits (Only Theory)
CIA 1 – 20 Marks
CIA 2 – 50 Marks
CIA 3 – 20 Marks
End Semester Examination – 100 Marks
Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

 

IT641PE05 - UI/UX DESIGN (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description:

It enables students to learn various techniques and tools to create and design of webpages.

Course Objective:

  • Grasp fundamental UI/UX design concepts and principles.
  •   Gain wireframing, prototyping, and responsive design skills.
  • Conduct user research and usability testing to inform design decisions.

Learning Outcome

CO1: Make use of the UX concepts

CO2: Construct the web design using Wireframes

CO3: Make Use of Figma for designing the effective web pages.

CO4: Design an advanced interactive prototype by using Figma

CO5: Analyze the given scenarios using the design concepts of UI

Unit-1
Teaching Hours:12
Introduction to UX
 

Foundations of UX Design, Identifying Good vs. Poor Design, Understanding User Needs, Experience Design Principles, Basics of Interaction Design.

Experiment:

1.Create detailed user personas for a specific product or service. Focus on demographics, behaviors, and goals to create a comprehensive view of potential users.

2. Evaluate an existing website or application using Jakob Nielsen's ten usability heuristics.

 

3. Map out the entire user journey for a specific task or process within a website or app. Identify key touchpoints, emotions, and potential difficulties.

4. Design and conduct user research interviews and acquire online reviews to understand user needs, preferences, and pain points.

5. Analyze the information architecture of a website or application. Create a flowchart to understand and critique how information is organized and navigated.

Unit-1
Teaching Hours:12
Introduction to UX
 

Foundations of UX Design, Identifying Good vs. Poor Design, Understanding User Needs, Experience Design Principles, Basics of Interaction Design.

Experiment:

1.Create detailed user personas for a specific product or service. Focus on demographics, behaviors, and goals to create a comprehensive view of potential users.

2. Evaluate an existing website or application using Jakob Nielsen's ten usability heuristics.

 

3. Map out the entire user journey for a specific task or process within a website or app. Identify key touchpoints, emotions, and potential difficulties.

4. Design and conduct user research interviews and acquire online reviews to understand user needs, preferences, and pain points.

5. Analyze the information architecture of a website or application. Create a flowchart to understand and critique how information is organized and navigated.

Unit-1
Teaching Hours:12
Introduction to UX
 

Foundations of UX Design, Identifying Good vs. Poor Design, Understanding User Needs, Experience Design Principles, Basics of Interaction Design.

Experiment:

1.Create detailed user personas for a specific product or service. Focus on demographics, behaviors, and goals to create a comprehensive view of potential users.

2. Evaluate an existing website or application using Jakob Nielsen's ten usability heuristics.

 

3. Map out the entire user journey for a specific task or process within a website or app. Identify key touchpoints, emotions, and potential difficulties.

4. Design and conduct user research interviews and acquire online reviews to understand user needs, preferences, and pain points.

5. Analyze the information architecture of a website or application. Create a flowchart to understand and critique how information is organized and navigated.

Unit-1
Teaching Hours:12
Introduction to UX
 

Foundations of UX Design, Identifying Good vs. Poor Design, Understanding User Needs, Experience Design Principles, Basics of Interaction Design.

Experiment:

1.Create detailed user personas for a specific product or service. Focus on demographics, behaviors, and goals to create a comprehensive view of potential users.

2. Evaluate an existing website or application using Jakob Nielsen's ten usability heuristics.

 

3. Map out the entire user journey for a specific task or process within a website or app. Identify key touchpoints, emotions, and potential difficulties.

4. Design and conduct user research interviews and acquire online reviews to understand user needs, preferences, and pain points.

5. Analyze the information architecture of a website or application. Create a flowchart to understand and critique how information is organized and navigated.

Unit-1
Teaching Hours:12
Introduction to UX
 

Foundations of UX Design, Identifying Good vs. Poor Design, Understanding User Needs, Experience Design Principles, Basics of Interaction Design.

Experiment:

1.Create detailed user personas for a specific product or service. Focus on demographics, behaviors, and goals to create a comprehensive view of potential users.

2. Evaluate an existing website or application using Jakob Nielsen's ten usability heuristics.

 

3. Map out the entire user journey for a specific task or process within a website or app. Identify key touchpoints, emotions, and potential difficulties.

4. Design and conduct user research interviews and acquire online reviews to understand user needs, preferences, and pain points.

5. Analyze the information architecture of a website or application. Create a flowchart to understand and critique how information is organized and navigated.

Unit-2
Teaching Hours:12
Wireframing, Prototyping, and Introduction to UI Design
 

Basics of Wireframing, Types of Wireframes, Prototyping in Figma, Introduction to UI: The Relationship Between UI and UX, Foundation Elements of UI.

Experiment:

1.     Design a wireframe for a simple mobile application that includes the main navigation and key screens. Focus on layout, user flow, and essential UI elements.

 

2.     Use Figma to convert the wireframe into a high-fidelity prototype, incorporating basic UI elements such as buttons, icons, and input fields.

 

3.     Create a clickable prototype in Figma that demonstrates a user completing a specific task within your application, highlighting the interaction design.

 

4.     Develop a style guide in Figma that includes typography, color palette, and UI components for a project, ensuring consistency across designs.

 

5.     Conduct a heuristic evaluation of your prototype based on established UI principles, identifying areas for improvement.

 

Unit-2
Teaching Hours:12
Wireframing, Prototyping, and Introduction to UI Design
 

Basics of Wireframing, Types of Wireframes, Prototyping in Figma, Introduction to UI: The Relationship Between UI and UX, Foundation Elements of UI.

Experiment:

1.     Design a wireframe for a simple mobile application that includes the main navigation and key screens. Focus on layout, user flow, and essential UI elements.

 

2.     Use Figma to convert the wireframe into a high-fidelity prototype, incorporating basic UI elements such as buttons, icons, and input fields.

 

3.     Create a clickable prototype in Figma that demonstrates a user completing a specific task within your application, highlighting the interaction design.

 

4.     Develop a style guide in Figma that includes typography, color palette, and UI components for a project, ensuring consistency across designs.

 

5.     Conduct a heuristic evaluation of your prototype based on established UI principles, identifying areas for improvement.

 

Unit-2
Teaching Hours:12
Wireframing, Prototyping, and Introduction to UI Design
 

Basics of Wireframing, Types of Wireframes, Prototyping in Figma, Introduction to UI: The Relationship Between UI and UX, Foundation Elements of UI.

Experiment:

1.     Design a wireframe for a simple mobile application that includes the main navigation and key screens. Focus on layout, user flow, and essential UI elements.

 

2.     Use Figma to convert the wireframe into a high-fidelity prototype, incorporating basic UI elements such as buttons, icons, and input fields.

 

3.     Create a clickable prototype in Figma that demonstrates a user completing a specific task within your application, highlighting the interaction design.

 

4.     Develop a style guide in Figma that includes typography, color palette, and UI components for a project, ensuring consistency across designs.

 

5.     Conduct a heuristic evaluation of your prototype based on established UI principles, identifying areas for improvement.

 

Unit-2
Teaching Hours:12
Wireframing, Prototyping, and Introduction to UI Design
 

Basics of Wireframing, Types of Wireframes, Prototyping in Figma, Introduction to UI: The Relationship Between UI and UX, Foundation Elements of UI.

Experiment:

1.     Design a wireframe for a simple mobile application that includes the main navigation and key screens. Focus on layout, user flow, and essential UI elements.

 

2.     Use Figma to convert the wireframe into a high-fidelity prototype, incorporating basic UI elements such as buttons, icons, and input fields.

 

3.     Create a clickable prototype in Figma that demonstrates a user completing a specific task within your application, highlighting the interaction design.

 

4.     Develop a style guide in Figma that includes typography, color palette, and UI components for a project, ensuring consistency across designs.

 

5.     Conduct a heuristic evaluation of your prototype based on established UI principles, identifying areas for improvement.

 

Unit-2
Teaching Hours:12
Wireframing, Prototyping, and Introduction to UI Design
 

Basics of Wireframing, Types of Wireframes, Prototyping in Figma, Introduction to UI: The Relationship Between UI and UX, Foundation Elements of UI.

Experiment:

1.     Design a wireframe for a simple mobile application that includes the main navigation and key screens. Focus on layout, user flow, and essential UI elements.

 

2.     Use Figma to convert the wireframe into a high-fidelity prototype, incorporating basic UI elements such as buttons, icons, and input fields.

 

3.     Create a clickable prototype in Figma that demonstrates a user completing a specific task within your application, highlighting the interaction design.

 

4.     Develop a style guide in Figma that includes typography, color palette, and UI components for a project, ensuring consistency across designs.

 

5.     Conduct a heuristic evaluation of your prototype based on established UI principles, identifying areas for improvement.

 

Unit-3
Teaching Hours:12
Introduction to Figma
 

Figma Interface Basics, Creating Shapes in Figma, Typography in Figma, Libraries, Prototyping, and Collaboration Tools in Figma, Figma Plugins.

Experiment:

1.     Explore the Figma interface by recreating a simple UI element, focusing on shape creation, and applying basic typography.

2.     Utilize Figma libraries to design a set of reusable UI components for a digital product.

3.     Create a basic interactive prototype in Figma that includes navigation between multiple screens.

4.     Use Figma’s collaboration tools to share your design with peers and collect feedback through comments.

5.     Investigate and apply two Figma plugins to enhance your design workflow or prototype functionality.

Unit-3
Teaching Hours:12
Introduction to Figma
 

Figma Interface Basics, Creating Shapes in Figma, Typography in Figma, Libraries, Prototyping, and Collaboration Tools in Figma, Figma Plugins.

Experiment:

1.     Explore the Figma interface by recreating a simple UI element, focusing on shape creation, and applying basic typography.

2.     Utilize Figma libraries to design a set of reusable UI components for a digital product.

3.     Create a basic interactive prototype in Figma that includes navigation between multiple screens.

4.     Use Figma’s collaboration tools to share your design with peers and collect feedback through comments.

5.     Investigate and apply two Figma plugins to enhance your design workflow or prototype functionality.

Unit-3
Teaching Hours:12
Introduction to Figma
 

Figma Interface Basics, Creating Shapes in Figma, Typography in Figma, Libraries, Prototyping, and Collaboration Tools in Figma, Figma Plugins.

Experiment:

1.     Explore the Figma interface by recreating a simple UI element, focusing on shape creation, and applying basic typography.

2.     Utilize Figma libraries to design a set of reusable UI components for a digital product.

3.     Create a basic interactive prototype in Figma that includes navigation between multiple screens.

4.     Use Figma’s collaboration tools to share your design with peers and collect feedback through comments.

5.     Investigate and apply two Figma plugins to enhance your design workflow or prototype functionality.

Unit-3
Teaching Hours:12
Introduction to Figma
 

Figma Interface Basics, Creating Shapes in Figma, Typography in Figma, Libraries, Prototyping, and Collaboration Tools in Figma, Figma Plugins.

Experiment:

1.     Explore the Figma interface by recreating a simple UI element, focusing on shape creation, and applying basic typography.

2.     Utilize Figma libraries to design a set of reusable UI components for a digital product.

3.     Create a basic interactive prototype in Figma that includes navigation between multiple screens.

4.     Use Figma’s collaboration tools to share your design with peers and collect feedback through comments.

5.     Investigate and apply two Figma plugins to enhance your design workflow or prototype functionality.

Unit-3
Teaching Hours:12
Introduction to Figma
 

Figma Interface Basics, Creating Shapes in Figma, Typography in Figma, Libraries, Prototyping, and Collaboration Tools in Figma, Figma Plugins.

Experiment:

1.     Explore the Figma interface by recreating a simple UI element, focusing on shape creation, and applying basic typography.

2.     Utilize Figma libraries to design a set of reusable UI components for a digital product.

3.     Create a basic interactive prototype in Figma that includes navigation between multiple screens.

4.     Use Figma’s collaboration tools to share your design with peers and collect feedback through comments.

5.     Investigate and apply two Figma plugins to enhance your design workflow or prototype functionality.

Unit-4
Teaching Hours:12
Advanced UI/UX Design with Figma
 

Advanced Prototyping Techniques, Introduction to Animation in UI Design, Responsive Design Approaches, Creating and Utilizing Design Systems.

Experiment:

1.     Design an advanced interactive prototype in Figma that utilizes smart animate and other animation features for transitions.

2.     Create a responsive design in Figma that adapts to different screen sizes, showcasing the use of constraints and auto-layout.

3.     Build a small, cohesive design system in Figma, including color palettes, typography, and component libraries for a hypothetical app.

4.     Utilize Figma's version history and team collaboration features to simulate a team project workflow, including roles and permissions.

5.     Explore and integrate a complex Figma plugin into your design process to automate or enhance a specific aspect of your design workflow.

Unit-4
Teaching Hours:12
Advanced UI/UX Design with Figma
 

Advanced Prototyping Techniques, Introduction to Animation in UI Design, Responsive Design Approaches, Creating and Utilizing Design Systems.

Experiment:

1.     Design an advanced interactive prototype in Figma that utilizes smart animate and other animation features for transitions.

2.     Create a responsive design in Figma that adapts to different screen sizes, showcasing the use of constraints and auto-layout.

3.     Build a small, cohesive design system in Figma, including color palettes, typography, and component libraries for a hypothetical app.

4.     Utilize Figma's version history and team collaboration features to simulate a team project workflow, including roles and permissions.

5.     Explore and integrate a complex Figma plugin into your design process to automate or enhance a specific aspect of your design workflow.

Unit-4
Teaching Hours:12
Advanced UI/UX Design with Figma
 

Advanced Prototyping Techniques, Introduction to Animation in UI Design, Responsive Design Approaches, Creating and Utilizing Design Systems.

Experiment:

1.     Design an advanced interactive prototype in Figma that utilizes smart animate and other animation features for transitions.

2.     Create a responsive design in Figma that adapts to different screen sizes, showcasing the use of constraints and auto-layout.

3.     Build a small, cohesive design system in Figma, including color palettes, typography, and component libraries for a hypothetical app.

4.     Utilize Figma's version history and team collaboration features to simulate a team project workflow, including roles and permissions.

5.     Explore and integrate a complex Figma plugin into your design process to automate or enhance a specific aspect of your design workflow.

Unit-4
Teaching Hours:12
Advanced UI/UX Design with Figma
 

Advanced Prototyping Techniques, Introduction to Animation in UI Design, Responsive Design Approaches, Creating and Utilizing Design Systems.

Experiment:

1.     Design an advanced interactive prototype in Figma that utilizes smart animate and other animation features for transitions.

2.     Create a responsive design in Figma that adapts to different screen sizes, showcasing the use of constraints and auto-layout.

3.     Build a small, cohesive design system in Figma, including color palettes, typography, and component libraries for a hypothetical app.

4.     Utilize Figma's version history and team collaboration features to simulate a team project workflow, including roles and permissions.

5.     Explore and integrate a complex Figma plugin into your design process to automate or enhance a specific aspect of your design workflow.

Unit-4
Teaching Hours:12
Advanced UI/UX Design with Figma
 

Advanced Prototyping Techniques, Introduction to Animation in UI Design, Responsive Design Approaches, Creating and Utilizing Design Systems.

Experiment:

1.     Design an advanced interactive prototype in Figma that utilizes smart animate and other animation features for transitions.

2.     Create a responsive design in Figma that adapts to different screen sizes, showcasing the use of constraints and auto-layout.

3.     Build a small, cohesive design system in Figma, including color palettes, typography, and component libraries for a hypothetical app.

4.     Utilize Figma's version history and team collaboration features to simulate a team project workflow, including roles and permissions.

5.     Explore and integrate a complex Figma plugin into your design process to automate or enhance a specific aspect of your design workflow.

Unit-5
Teaching Hours:12
Use Cases and Projects
 

Analyze how Figma is used in various industries, including UI/UX design, web development, and mobile app design.

Experiment:

Project 1: Personal Portfolio Website

Objective: Create a personal portfolio website focusing on a smooth user experience using Figma for the following.

§  Develop wireframes for the main sections (Home, About Me, Projects, Contact).

§  Design high-fidelity UI mockups, considering color schemes and typography.

§  Prototype the website with interactive elements. Implement feedback received from classmates.

 

Project 2: Mobile App Redesign

Objective: Redesign an existing mobile app to enhance its user experience using Figma for the following

§  Analyze the current app's UI/UX and identify pain points.

§  Create wireframes for the app's main screens.

§  Develop a cohesive UI design with improved user interactions.

§  Conduct user testing with classmates and gather feedback.

 

Project 3: E-commerce Website

Objective: Design an e-commerce website with a focus on user-centric features using Figma for the following.

§  Create wireframes for the main pages (Homepage, Product Listing, Product Detail, Cart, Checkout).

§  Design UI elements considering e-commerce best practices.

§  Implement user testing for the shopping process.

§  Iterate based on feedback to improve the overall experience.

 

Project 4: Health and Wellness App

Objective: Develop a health and wellness app to promote a positive user experience using Figma for the following.

§  Research user needs and pain points related to health and wellness.

§  Create wireframes for key app screens (Dashboard, Activity Tracker, Meal Planner).

§  Design UI elements that prioritize simplicity and usability.

§  Conduct usability testing with a focus group to refine the design.

Project 5: Social Media Dashboard

Objective: Design a social media dashboard with an emphasis on data visualization using Figma for the following.

§  Develop wireframes for a social media analytics dashboard.

§  Design UI components for displaying various metrics and charts.

§  Implement user testing to ensure the dashboard is intuitive and informative.

§  Iterate on the design based on feedback and data visualization best practices.

Project 6: Educational Platform Redesign

Objective: Redesign an existing educational platform to improve user engagement using Figma for the following

§  Analyze the current platform's UI/UX and identify areas for improvement.

§  Create wireframes for the main pages (Homepage, Course Listings, Lesson Pages).

§  Design a user-friendly interface with intuitive navigation.

§  Conduct user testing with students to gather feedback for refinement.

 

Unit-5
Teaching Hours:12
Use Cases and Projects
 

Analyze how Figma is used in various industries, including UI/UX design, web development, and mobile app design.

Experiment:

Project 1: Personal Portfolio Website

Objective: Create a personal portfolio website focusing on a smooth user experience using Figma for the following.

§  Develop wireframes for the main sections (Home, About Me, Projects, Contact).

§  Design high-fidelity UI mockups, considering color schemes and typography.

§  Prototype the website with interactive elements. Implement feedback received from classmates.

 

Project 2: Mobile App Redesign

Objective: Redesign an existing mobile app to enhance its user experience using Figma for the following

§  Analyze the current app's UI/UX and identify pain points.

§  Create wireframes for the app's main screens.

§  Develop a cohesive UI design with improved user interactions.

§  Conduct user testing with classmates and gather feedback.

 

Project 3: E-commerce Website

Objective: Design an e-commerce website with a focus on user-centric features using Figma for the following.

§  Create wireframes for the main pages (Homepage, Product Listing, Product Detail, Cart, Checkout).

§  Design UI elements considering e-commerce best practices.

§  Implement user testing for the shopping process.

§  Iterate based on feedback to improve the overall experience.

 

Project 4: Health and Wellness App

Objective: Develop a health and wellness app to promote a positive user experience using Figma for the following.

§  Research user needs and pain points related to health and wellness.

§  Create wireframes for key app screens (Dashboard, Activity Tracker, Meal Planner).

§  Design UI elements that prioritize simplicity and usability.

§  Conduct usability testing with a focus group to refine the design.

Project 5: Social Media Dashboard

Objective: Design a social media dashboard with an emphasis on data visualization using Figma for the following.

§  Develop wireframes for a social media analytics dashboard.

§  Design UI components for displaying various metrics and charts.

§  Implement user testing to ensure the dashboard is intuitive and informative.

§  Iterate on the design based on feedback and data visualization best practices.

Project 6: Educational Platform Redesign

Objective: Redesign an existing educational platform to improve user engagement using Figma for the following

§  Analyze the current platform's UI/UX and identify areas for improvement.

§  Create wireframes for the main pages (Homepage, Course Listings, Lesson Pages).

§  Design a user-friendly interface with intuitive navigation.

§  Conduct user testing with students to gather feedback for refinement.

 

Unit-5
Teaching Hours:12
Use Cases and Projects
 

Analyze how Figma is used in various industries, including UI/UX design, web development, and mobile app design.

Experiment:

Project 1: Personal Portfolio Website

Objective: Create a personal portfolio website focusing on a smooth user experience using Figma for the following.

§  Develop wireframes for the main sections (Home, About Me, Projects, Contact).

§  Design high-fidelity UI mockups, considering color schemes and typography.

§  Prototype the website with interactive elements. Implement feedback received from classmates.

 

Project 2: Mobile App Redesign

Objective: Redesign an existing mobile app to enhance its user experience using Figma for the following

§  Analyze the current app's UI/UX and identify pain points.

§  Create wireframes for the app's main screens.

§  Develop a cohesive UI design with improved user interactions.

§  Conduct user testing with classmates and gather feedback.

 

Project 3: E-commerce Website

Objective: Design an e-commerce website with a focus on user-centric features using Figma for the following.

§  Create wireframes for the main pages (Homepage, Product Listing, Product Detail, Cart, Checkout).

§  Design UI elements considering e-commerce best practices.

§  Implement user testing for the shopping process.

§  Iterate based on feedback to improve the overall experience.

 

Project 4: Health and Wellness App

Objective: Develop a health and wellness app to promote a positive user experience using Figma for the following.

§  Research user needs and pain points related to health and wellness.

§  Create wireframes for key app screens (Dashboard, Activity Tracker, Meal Planner).

§  Design UI elements that prioritize simplicity and usability.

§  Conduct usability testing with a focus group to refine the design.

Project 5: Social Media Dashboard

Objective: Design a social media dashboard with an emphasis on data visualization using Figma for the following.

§  Develop wireframes for a social media analytics dashboard.

§  Design UI components for displaying various metrics and charts.

§  Implement user testing to ensure the dashboard is intuitive and informative.

§  Iterate on the design based on feedback and data visualization best practices.

Project 6: Educational Platform Redesign

Objective: Redesign an existing educational platform to improve user engagement using Figma for the following

§  Analyze the current platform's UI/UX and identify areas for improvement.

§  Create wireframes for the main pages (Homepage, Course Listings, Lesson Pages).

§  Design a user-friendly interface with intuitive navigation.

§  Conduct user testing with students to gather feedback for refinement.

 

Unit-5
Teaching Hours:12
Use Cases and Projects
 

Analyze how Figma is used in various industries, including UI/UX design, web development, and mobile app design.

Experiment:

Project 1: Personal Portfolio Website

Objective: Create a personal portfolio website focusing on a smooth user experience using Figma for the following.

§  Develop wireframes for the main sections (Home, About Me, Projects, Contact).

§  Design high-fidelity UI mockups, considering color schemes and typography.

§  Prototype the website with interactive elements. Implement feedback received from classmates.

 

Project 2: Mobile App Redesign

Objective: Redesign an existing mobile app to enhance its user experience using Figma for the following

§  Analyze the current app's UI/UX and identify pain points.

§  Create wireframes for the app's main screens.

§  Develop a cohesive UI design with improved user interactions.

§  Conduct user testing with classmates and gather feedback.

 

Project 3: E-commerce Website

Objective: Design an e-commerce website with a focus on user-centric features using Figma for the following.

§  Create wireframes for the main pages (Homepage, Product Listing, Product Detail, Cart, Checkout).

§  Design UI elements considering e-commerce best practices.

§  Implement user testing for the shopping process.

§  Iterate based on feedback to improve the overall experience.

 

Project 4: Health and Wellness App

Objective: Develop a health and wellness app to promote a positive user experience using Figma for the following.

§  Research user needs and pain points related to health and wellness.

§  Create wireframes for key app screens (Dashboard, Activity Tracker, Meal Planner).

§  Design UI elements that prioritize simplicity and usability.

§  Conduct usability testing with a focus group to refine the design.

Project 5: Social Media Dashboard

Objective: Design a social media dashboard with an emphasis on data visualization using Figma for the following.

§  Develop wireframes for a social media analytics dashboard.

§  Design UI components for displaying various metrics and charts.

§  Implement user testing to ensure the dashboard is intuitive and informative.

§  Iterate on the design based on feedback and data visualization best practices.

Project 6: Educational Platform Redesign

Objective: Redesign an existing educational platform to improve user engagement using Figma for the following

§  Analyze the current platform's UI/UX and identify areas for improvement.

§  Create wireframes for the main pages (Homepage, Course Listings, Lesson Pages).

§  Design a user-friendly interface with intuitive navigation.

§  Conduct user testing with students to gather feedback for refinement.

 

Unit-5
Teaching Hours:12
Use Cases and Projects
 

Analyze how Figma is used in various industries, including UI/UX design, web development, and mobile app design.

Experiment:

Project 1: Personal Portfolio Website

Objective: Create a personal portfolio website focusing on a smooth user experience using Figma for the following.

§  Develop wireframes for the main sections (Home, About Me, Projects, Contact).

§  Design high-fidelity UI mockups, considering color schemes and typography.

§  Prototype the website with interactive elements. Implement feedback received from classmates.

 

Project 2: Mobile App Redesign

Objective: Redesign an existing mobile app to enhance its user experience using Figma for the following

§  Analyze the current app's UI/UX and identify pain points.

§  Create wireframes for the app's main screens.

§  Develop a cohesive UI design with improved user interactions.

§  Conduct user testing with classmates and gather feedback.

 

Project 3: E-commerce Website

Objective: Design an e-commerce website with a focus on user-centric features using Figma for the following.

§  Create wireframes for the main pages (Homepage, Product Listing, Product Detail, Cart, Checkout).

§  Design UI elements considering e-commerce best practices.

§  Implement user testing for the shopping process.

§  Iterate based on feedback to improve the overall experience.

 

Project 4: Health and Wellness App

Objective: Develop a health and wellness app to promote a positive user experience using Figma for the following.

§  Research user needs and pain points related to health and wellness.

§  Create wireframes for key app screens (Dashboard, Activity Tracker, Meal Planner).

§  Design UI elements that prioritize simplicity and usability.

§  Conduct usability testing with a focus group to refine the design.

Project 5: Social Media Dashboard

Objective: Design a social media dashboard with an emphasis on data visualization using Figma for the following.

§  Develop wireframes for a social media analytics dashboard.

§  Design UI components for displaying various metrics and charts.

§  Implement user testing to ensure the dashboard is intuitive and informative.

§  Iterate on the design based on feedback and data visualization best practices.

Project 6: Educational Platform Redesign

Objective: Redesign an existing educational platform to improve user engagement using Figma for the following

§  Analyze the current platform's UI/UX and identify areas for improvement.

§  Create wireframes for the main pages (Homepage, Course Listings, Lesson Pages).

§  Design a user-friendly interface with intuitive navigation.

§  Conduct user testing with students to gather feedback for refinement.

 

Text Books And Reference Books:

Textbooks:

T1. Steve Krug, “Don't Make Me Think, Revisited: A Common-Sense Approach to Web Usability”, 2014.

T2. Don Norman, “The Design of Everyday Things”, 2013.

T3. Luke Wroblewski, “Mobile First, 2011.

T4. Jeff Gothelf with Josh Seiden, “Lean UX: Designing Great Products with Agile Teams”, 2016.

Essential Reading / Recommended Reading

References:

O1. https://www.nngroup.com/ (Nielsen Norman Group)

O2. https://uxdesign.cc/ (UX Collective)

Evaluation Pattern

Courses with 3credits(Theory & Practical’s)

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

Practical – 50 Marks

End Semester Examination – 50 Marks

Attendance – 5 Marks

(Scaled: CIA (Theory + Practical) –  70  Marks & ESE – 30 Marks)

MIIMBA634 - DATA ANALYSIS FOR MANAGERS (2022 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:4
Max Marks:100
Credits:4

Course Objectives/Course Description

 

 This is a common core course for 3 credit hours. It will discuss from both conceptual and application perspective, basic statistical methods widely used in business applications. The course gives an introduction to statistical methods needed in data analysis work related to applications in Economics, Finance, Marketing, Operations and Human Resources. Further it enables to conceptualize business problems in statistical terms and enhances understanding and application of fact and evidence-based decision-making process.

 

 

 This course attempts to enable the students to conceptualize business problems in statistical terms and to enhance their understanding and application of fact and evidence-based decision-making process.

Learning Outcome

CO1: Identify suitable data visualization technique for the given data set.

CO2: Apply an appropriate probability distribution technique for the given set of data.

CO3: Design sampling frame based on the context of decision-making.

CO4: Analyze statistical data to support fact-based decision making.

CO5: Develop models to understand the relationship between variables

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-1
Teaching Hours:9
DATA VISUALIZTION
 

Frequency distributions, histograms, stem-and-leaf displays, bar charts, pie charts, and scatter plots.

 

Data Preparation: Editing, coding, data entry, cross-tabulation, and graphical displays using MS Excel

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-2
Teaching Hours:9
Introduction to Probability and Probability Distributions
 

Probability: Event algebra*. Conditions of statistical dependence and independence, Types of probability, probabilities under conditions of statistical independence, conditional probability under statistical dependence, Bayes’ theorem and its applications.


Probability Distributions: Meaning of Probability Distribution, Random variables, Discrete and continuous random variables. Expected value, Use of expected value in decision making, Variance of a random variable. Binomial, Poisson, Uniform, Normal and Exponential distributions and their properties and applications

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-3
Teaching Hours:9
Sampling Methods Estimation and Testing Statistical Hypothesis
 

Sampling: Need, benefits and limitations. Probability and Non-probability sampling methods. Sampling distributions, Central Limit Theorem

Estimation - Point and Interval estimators of mean and proportion - Determining sample size using confidence interval approach.

Testing Hypothesis: Concepts basic to hypothesis, null and alternative hypothesis, testing procedure, level of significance, Types of errors. Measuring power of a hypothesis test. Testing of means and proportions for small and large samples, testing of difference between means and proportions for small and large samples

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-4
Teaching Hours:9
Chi-square Test and Analysis of Variance
 

Chi-Square test of goodness of fit and test of independence. ANOVA, Multiple comparison procedures.

Inference about population variance. Overview of Analysis of CRD, RBD, LSD, and factorial designs.

 

t-Tests, Chi-square test for Goodness of Fit and independence of attributes, ANOVA using MS Excel

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Unit-5
Teaching Hours:9
Correlation and Regression
 

Concept of Correlation: Measure of Correlation & Interpretation. Simple Linear Regression - Form, fitting, prediction, hypothesis testing in linear regression. Residual analysis for validation of assumptions* - normality, homoscedasticity, outliers and influential observations.

 

Correlation and Regression using MS Exce

Text Books And Reference Books:

T1. Anderson, D.R., Sweeny, D.J., Williams, T.A., Camm, J.D., Cochran, J.J. (2017). Statistics for business & economics, 13thEdition. Boston: Cengage Learning.

 

Essential Reading / Recommended Reading

R1. Levin, R.I., Rubin, D. S., Rastogi S., Siddiqui, M.H. (2013).Statistics for management. New Delhi: Prentice Hall India Publications.

R2. Doane, D. P., & Seward, L. W. (2017). Applied statistics in business and economics. New York, NY: McGraw-Hill.

 

R3. McClave, J. T., Benson, P. G., Sincich, T., & Sincich, T. (2017). Statistics for business and economics. Pearson.

Evaluation Pattern

CIA1- 20

MSE- 50 

CIA3- 20

MIPSY634 - SCIENCE OF WELL BEING (2022 Batch)

Total Teaching Hours for Semester:60
No of Lecture Hours/Week:4
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description

This course addresses the required shift in orientation in the field of Psychology from humans surviving to thriving and flourishing. It provides the dynamic, interdisciplinary and scientific approach to enhance the individual well-being or the well-being of the communities in which we live and work.

 

Course Objectives

1.     To understand the concept of well-being

2.     To develop a holistic approach to achieve well-being

3.     To emphasize flourishing among individuals

Learning Outcome

CO1: Analyze and integrate various perspectives on well-being.

CO2: Flourish at individual, social and occupational settings.

CO3: Design interventions to enhance positive mental health in individuals and populations.

Unit-1
Teaching Hours:12
Introduction to Well-being
 

Mental health; Well-being: Happiness, Life satisfaction, Subjective well-being, PERMA model;

The broaden-and-build theory of positive emotions; Relationship with reality (rwr) and well-being of young adults.

Unit-1
Teaching Hours:12
Introduction to Well-being
 

Mental health; Well-being: Happiness, Life satisfaction, Subjective well-being, PERMA model;

The broaden-and-build theory of positive emotions; Relationship with reality (rwr) and well-being of young adults.

Unit-1
Teaching Hours:12
Introduction to Well-being
 

Mental health; Well-being: Happiness, Life satisfaction, Subjective well-being, PERMA model;

The broaden-and-build theory of positive emotions; Relationship with reality (rwr) and well-being of young adults.

Unit-1
Teaching Hours:12
Introduction to Well-being
 

Mental health; Well-being: Happiness, Life satisfaction, Subjective well-being, PERMA model;

The broaden-and-build theory of positive emotions; Relationship with reality (rwr) and well-being of young adults.

Unit-2
Teaching Hours:12
Well-being across life-span
 

Resilience, Post-traumatic growth, Positive youth development, Successful aging; Scale of Positive and Negative Experience (SPANE)

Unit-2
Teaching Hours:12
Well-being across life-span
 

Resilience, Post-traumatic growth, Positive youth development, Successful aging; Scale of Positive and Negative Experience (SPANE)

Unit-2
Teaching Hours:12
Well-being across life-span
 

Resilience, Post-traumatic growth, Positive youth development, Successful aging; Scale of Positive and Negative Experience (SPANE)

Unit-2
Teaching Hours:12
Well-being across life-span
 

Resilience, Post-traumatic growth, Positive youth development, Successful aging; Scale of Positive and Negative Experience (SPANE)

Unit-3
Teaching Hours:12
Correlates of well-being
 

Biological factors; Psychological factors: Personality, Meaningful relationships, Psychological capital, Mindfulness, Spirituality; Social policies: The happiness index, Well-being manifesto for a flourishing society; Money and happiness; Psychological Capital Questionnaire (PCQ).

Unit-3
Teaching Hours:12
Correlates of well-being
 

Biological factors; Psychological factors: Personality, Meaningful relationships, Psychological capital, Mindfulness, Spirituality; Social policies: The happiness index, Well-being manifesto for a flourishing society; Money and happiness; Psychological Capital Questionnaire (PCQ).

Unit-3
Teaching Hours:12
Correlates of well-being
 

Biological factors; Psychological factors: Personality, Meaningful relationships, Psychological capital, Mindfulness, Spirituality; Social policies: The happiness index, Well-being manifesto for a flourishing society; Money and happiness; Psychological Capital Questionnaire (PCQ).

Unit-3
Teaching Hours:12
Correlates of well-being
 

Biological factors; Psychological factors: Personality, Meaningful relationships, Psychological capital, Mindfulness, Spirituality; Social policies: The happiness index, Well-being manifesto for a flourishing society; Money and happiness; Psychological Capital Questionnaire (PCQ).

Unit-4
Teaching Hours:12
Ways to flourish
 

Identifying the character strength; GRIT; Flow and creativity; Mindset: growth vs. fixed mindset; Mindfulness; Curiosity; The Flourishing Scale (FS).

Unit-4
Teaching Hours:12
Ways to flourish
 

Identifying the character strength; GRIT; Flow and creativity; Mindset: growth vs. fixed mindset; Mindfulness; Curiosity; The Flourishing Scale (FS).

Unit-4
Teaching Hours:12
Ways to flourish
 

Identifying the character strength; GRIT; Flow and creativity; Mindset: growth vs. fixed mindset; Mindfulness; Curiosity; The Flourishing Scale (FS).

Unit-4
Teaching Hours:12
Ways to flourish
 

Identifying the character strength; GRIT; Flow and creativity; Mindset: growth vs. fixed mindset; Mindfulness; Curiosity; The Flourishing Scale (FS).

Unit-5
Teaching Hours:12
Wellbeing in the changing world
 

Altruism and well-being; social media and well-being; climate change and well-being; Role of Natural and built environment in well-being. Practicum: Psychological Well-being Scale

Unit-5
Teaching Hours:12
Wellbeing in the changing world
 

Altruism and well-being; social media and well-being; climate change and well-being; Role of Natural and built environment in well-being. Practicum: Psychological Well-being Scale

Unit-5
Teaching Hours:12
Wellbeing in the changing world
 

Altruism and well-being; social media and well-being; climate change and well-being; Role of Natural and built environment in well-being. Practicum: Psychological Well-being Scale

Unit-5
Teaching Hours:12
Wellbeing in the changing world
 

Altruism and well-being; social media and well-being; climate change and well-being; Role of Natural and built environment in well-being. Practicum: Psychological Well-being Scale

Text Books And Reference Books:

Huppert, F.A., Baylis, N.A., & Keverne, B (2005). The Science of Well-Being.  OxfordUniversityPress.

Seligman, M.  (2011). Flourish. London: Nicholas Brealey Publishing.

Synder,C.R., & Lopez, S.J. (2007). Positive Psychology. New Delhi: Sage Publishing House.

Essential Reading / Recommended Reading

Bradburn, N. M. (1969). The structure of psychological well-being. Chicago, IL: Aldine.

Coan, R. W. (1977). Hero, artist, sage, or saint? A survey of what is variously called mental health, normality, maturity, self-actualization, and human fulfillment. New York: Columbia University Press.

Dweck, C. S. (2008). Mindset: The new psychology of success. Random House Digital, Inc.

Goodenough, A., & Waite, S. (2020). Natural Sources of Physical Wellbeing. In Wellbeing from Woodland (pp. 161-185). Palgrave Macmillan, Cham.

Kahana, E., Bhatta, T., Lovegreen, L. D., Kahana, B., & Midlarsky, E. (2013). Altruism, helping, and volunteering: Pathways to well-being in late life. Journal of aging and health, 25(1), 159-187.

Lyubomirsky, S. (2013). The myths of happiness. New York: Penguin Press.

Myers, D. G. (2000). The funds, friends, and faith of happy people. American Psychologist, 55, 56-67.

Peterson, C., & Seligman, M. E. (2004). Character strengths and virtues: A handbook and classification (Vol. 1). Oxford University Press.

Rowe, J. & Kahn, R. (1997). Successful aging. Gerontologist, 37, pp. 433-440

Weissbecker, I. (Ed.). (2011). Climate change and human well-being: Global challenges and opportunities. Springer Science & Business Media.

Evaluation Pattern

 

 

Components of assessment

 

 

Components

CIA-I

Individual Assignment

CIA-II

Mid- Semester

CIA- III

Group Assignment

End Semester Examination

 

Class Participation and Attendance

Marks/Percentage

20

25

20

30

5

AIML735P - NEURAL NETWORK (2021 Batch)

Total Teaching Hours for Semester:75
No of Lecture Hours/Week:5
Max Marks:100
Credits:4

Course Objectives/Course Description

 

Course Description: Neural network is the most favored machine learning tool to provide intelligent solutions. Neural network models are used to solve problems across all domains. This course introduces the basic concepts in the Neural network, with a review of some of the early architectures and learning algorithms. The course covers popular feed forward networks and selected other architectures such as Boltzmann machines, Radial Basis Function Network and Auto encoders. Concepts related to the training of shallow and deep models are incorporated to build robust models. A detailed discussion of two Deep architectures – Convolutional Neural Network and Recurrent Network – is included which would enable the learner to gain expertise in building deep models. A set of experiments based on the topics are included to enhance the analytical ability and programming skill.

Course Objective: 1. To introduce the basic concepts and architectures in Neural Network.

2. To analyze the factors and parameters involved in the design of shallow and deep neural network architectures.

3. To compare and select the appropriate neural network architecture for a given problem.

4. To design and develop deep learning models for a given problem.

Learning Outcome

CO1: Explain the basic concepts and architectures in Neural Network.

CO2: Analyze the working of Auto encoders, Radial Basis Function Networks and Boltzmann machines.

CO3: Explain the concepts and factors associated with the training of Deep Neural Networks.

CO4: Design Convolution Neural Network models for a given problem.

CO5: Design Recurrent Network models for a given problem

Unit-1
Teaching Hours:17
Unit 1: Introduction
 

Biological and Artificial neurons; early NN models and training algorithms; Basic architectures: Perceptron – multilayer NN – training with back propagation; practical issues in NN training. Shallow Neural Networks: Binary classification models – perceptron; Widrow-Hoff learning; Logistic Regression. Multiclass models – Multiclass perceptron; multimodal Logistic regression. 

Unit-2
Teaching Hours:19
Unit 2: Auto encoders, RBFN and Boltzmann Machines
 

Basic principles of Auto encoders – Auto Encoders with Single Hidden layer – Applications. Introduction to Radial Basis Function Network – Training of RBFN, applications. Boltzmann Machines: Hopfield networks; The Boltzmann machines; Restricted Boltzmann machines; Applications.  

Unit-3
Teaching Hours:9
Unit 3: Training Deep Neural Networks, Generalization in Deep learning
 

Training deep NN: Back propagation; set up and initialization issues; Vanishing and exploding gradient problems; Gradient descent strategies; Batch normalization. Bias-variance tradeoff; Generalization issues in model tuning and evaluation; penalty- based regularization; Ensemble methods; early stopping; Unsupervised pretraining; continuation and curriculum; learning; parameter sharing; Regularization in unsupervised applications.

Unit-4
Teaching Hours:15
Unit 4: Convolutional Neural Network
 

Introduction; Basic structure, training; architecture - Case studies – AlexNet, VGG, ResNet; Pretrained models; Visualization and unsupervised learning; Case studies (any two)

Unit-5
Teaching Hours:15
Unit 5: Recurrent Neural Network
 

Introduction; Architecture; Challenges in training; Echo-state nets, LSTM, GRUs; Applications of Recurrent nets.

Text Books And Reference Books:

T1: C. C. Aggarwal, Neural Networks and Deep Learning, Springer, 2018. 

Essential Reading / Recommended Reading

R1. M.T. Hagan, H.B. Demuth and M. H. Beale, O. D. Jesus, Neural Network Design, 2nd Edition, Martin Hagan (publisher), 2014.

R2. I. G. Fellow, Y. Bengio, A. Courville, Deep Learning, MIT Press, 2016.

R3. F. Chollet, Deep Learning with Python, 2nd Edition, Manning, 2021.

R4. S. Haykin, Neural Networks and Learning Machines, Pearson, 3rd Edn, 2009.

Evaluation Pattern

CIA1 - 20m

CIA2 - 50m

CIA3 - 20m

Practical - 50m

ESE - 100m

Attendance - 5m

(Scaled: CIA(Theory + Practical) - 70 m +ESE -30m)

AIML736 - PATTERN RECOGNITION (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Pattern Recognition is a fundamental discipline in the field of Computer Science that focuses on developing algorithms and techniques to enable machines to recognize patterns, make decisions, and learn from data. This course provides a comprehensive introduction to key concepts in pattern recognition, with a particular emphasis on Bayesian Decision Theory, Parameter Estimation, Non-parametric Techniques, and Unsupervised Learning.

Learning Outcome

CO1: Explain the basic principles of pattern recognition systems.

CO2: Examine the features and applications of Bayesian decision theory.

CO3: Apply the maximum-likelihood and Bayesian parameter estimation for designing classifiers.

CO4: Explain Non-parametric Techniques for classification problems.

CO5: Examine unsupervised learning concepts for the design of clustering algorithms.

Unit-1
Teaching Hours:6
Introduction to PR systems
 

Machine perception, an example; Pattern Recognition System; The Design Cycle; Learning and Adaptation.

Unit-2
Teaching Hours:10
Bayesian Decision Theory
 

Introduction to Bayesian Decision Theory; Continuous Features, Minimum error rate, classification, classifiers, discriminant functions, and decision surfaces; The normal density; Discriminant functions for the normal density.

Unit-3
Teaching Hours:10
Maximum-likelihood estimation
 

Introduction to Maximum-likelihood estimation; Bayesian Estimation; Bayesian parameter estimation: Gaussian Case, general theory; Hidden Markov Models.

Unit-4
Teaching Hours:9
Density Estimation
 

Introduction to Density Estimation; Parzen windows; k Nearest- Neighbor Estimation; The Nearest- Neighbor Rule; Metrics and Nearest-Neighbor Classification.

Unit-5
Teaching Hours:10
Unsupervised Learning
 

Introduction; Mixture Densities and Identifiability; Maximum-Likelihood Estimates; Application to Normal Mixtures; Unsupervised Bayesian Learning; Data Description and Clustering; Criterion Functions for Clustering.

Text Books And Reference Books:
  1. Richard O. Duda, Peter E. Hart, and David G.Stork: Pattern Classification, 2nd Edition, Wiley-Interscience, 2012.

  2. Earl Gose, Richard Johnsonbaugh, Steve Jost: Pattern Recognition and Image Analysis, PHI, Indian Reprint 2008.

Essential Reading / Recommended Reading
  1. Bishop, Christopher M. Pattern Recognition and Machine Learning by Christopher M. Bishop. Springer Science+ Business Media, LLC, 2016.
Evaluation Pattern
  • CIA 1 – 20 Marks
  • CIA 2 – 50 Marks
  • CIA 3 – 20 Marks
  • End Semester Examination – 100 Marks
  • Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

AIML784 - PROJECT WORK PHASE-I (2021 Batch)

Total Teaching Hours for Semester:120
No of Lecture Hours/Week:8
Max Marks:100
Credits:4

Course Objectives/Course Description

 

To perform a task involving research or design, that is carefully planned to achieve a particular aim. To learn modular programming - analyse problems, design solutions, learn new tools and implement the system as a team/ individual.

Learning Outcome

CO1: Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

CO2: Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

CO3: Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

CO4: Understand the impact of the developed projects on environmental factors.

CO5: Demonstrate project management skills including handling the finances in doing projects for given real world societal problems.

Unit-1
Teaching Hours:120
Project
 

Literature survey, Requirment analysis, Design and Development of the project 

Text Books And Reference Books:

NA

Essential Reading / Recommended Reading

Nil

Evaluation Pattern

●Continuous Assessment: 50 marks. 

●End Semester Examination (project report evaluation and viva-voce):  50 marks. 

●The continuous assessment and End Semester Examinations marks for Project Work and the Viva-Voce Examination will be distributed as indicated below.  

CEOE761E01 - SUSTAINABLE AND GREEN TECHNOLOGY (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This course will  equip students with the knowledge and skills needed to address sustainability challenges through the application of green technologies.

Learning Outcome

CO1: To demonstrate a clear understanding and application of sustainability principles to develop and implement green technologies.

CO2: To apply concepts of mass conservation and closed energy cycles to analyze and design sustainable energy systems

CO3: To apply principles of mass and energy transport systems to analyze and solve problems, integrating economic concepts To apply principles of mass and energy transport systems to analyze and solve problems, integrating economic concepts

CO4: To analyze and optimize resource allocation strategies to achieve sustainability goals

CO5: Interpret the principles of Life Cycle Analysis (LCA) by exploring theoretical foundations, practical applications, and real-world examples

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-1
Teaching Hours:9
Introduction
 

Introduction to definitions and concepts underlying sustainability, State of the world using measures of sustainability

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-2
Teaching Hours:9
Conservation and Energy Balance
 

Mass conservation and closed energy cycles, Green Design and Green Manufacturing Concepts. Energy Balance – The case of electric batteries and fuel cells

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-3
Teaching Hours:9
Transport Systems
 

Mass and Energy Transport Systems, Economic Concepts: Net Present Value (NPV) calculations

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-4
Teaching Hours:9
Optimization
 

Optimization Problems and resource allocation in sustainability, Value Stream Mapping (VSM) – Theory and practice

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Unit-5
Teaching Hours:9
Life Cycle Analysis
 

Life Cycle Analysis (LCA): Theory – Applications – Examples

Text Books And Reference Books:

T1.  Dresner, Simon. (2008) The Principles of Sustainability 2nd edition. Styluspub Publishing Inc., Sterling, Virgina.

 T2. Epstein, Marc (2008) Making Sustainability Work. Berrett-Koehler, Publishers, San Francisco, California.

Essential Reading / Recommended Reading

R1. AME, Association for Manufacturing Excellence (2007) Green Manufacturing: Case Studies in Lean Manufacturing and Sustainability. Productivity Press, Inc.

R2. Doppelt, Robert. (2010) The Power of Sustainability Thinking. Stylus Publishers, Sterling, Virginia. 

R3. Dornfeld, David (2010) Green Manufacturing: Fundamentals and Applications. Springer. Berlin, Germany.

R4. Epstein, Matt and John Elkington (2008) Making Sustainability Work: Best Practices in Managing and Measuring Corporate Social, Environmental, and Economic Impacts. Berrett_Koehler Publishers, San Francisco, California.

R5. Hansen, J. (2009) Storms of My Grandchildren: The Truth About the Coming Climate Catastrophe and Our Last Chance to Save Humanity. Bloomsbury Press.

R6. Hardisty, P.E. (2010) Environmental and Economic Sustainability. CRC Press.

R7.Hitchcock, Darcy and Marsha Willard. (2008) The Step-By-Step Guide to Sustainability Planning. Stylus Publishing, Sterling, Virginia.

R8. ISO 14040 “Environment Management – Life Cycle Assessment – Principles and Framework” Geneva, Switzerland (2007)

R9. Krosinsky, Cary and Nick Robing (2008) Sustainability Investing. Stylus Publishing, Sterling, Virginia.

R10.LEED: “Building Ratings System for New Construction and Major Renovations” Version 3.1: U.S. Green Building Council 2009.

R11.Matthew, R.A. (2010) Global Environmental Change and Human Security. MIT Press.

R12. McKenny, M., Schock, R. and Yonavjak, L. (2007) Environmental Science: Systems Solutions 4th edition Jones and Bartlett Publishers.

 

R13. Pierce, J. and G. Randeis (2010) Contemporary Bioethics: A Reader with Cases. Oxford University Press.

Evaluation Pattern

Sl No.

Evaluation Component

Module

Duration

(min)

Nature of Component

Validation

1

CIA I

Quiz, assignment, & test

------

Closed Book/ Open book

Written test

2

CIA II

MSE

120

Closed Book

MSE

3

CIA  III

Seminar/assignment, Test

-----

Closed/Open Book

Seminar and test

4

Semester Exam

ESE

180

Closed Book

ESE

CEOE761E02 - AIR POLLUTION AND CONTROL (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:03

Course Objectives/Course Description

 

Objective of this is to know the sources, characteristics and effects of air and noise pollution and the methods of controlling the same. The student is expected to know about source inventory and control mechanism like.

  1. The atmosphere and its components
  2. How air pollutants are categorized
  3. The sources of air pollution
  4. The difference between criteria pollutants and hazardous air pollutants
  5. How pollution affects health and welfare

Learning Outcome

CO1: Identify the major sources and sinks of air pollutants.

CO2: Understand the key chemical transformations of air pollution.

CO3: Relate air pollution regulation and its scientific basis.

CO4: Describe engineering solutions to air pollution problems.

CO5: Study the burning environmental issues

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-1
Teaching Hours:9
EFFECTS OF AIR POLLUTION
 

On Human Health, Animals, Plants and Materials – Major Environmental Air Pollution Episodes – London Smog, Los Angeles Smog & Bhopal Gas Tragedy.

Unit-1
Teaching Hours:9
INTRODUCTION
 

Definition – Classification and Characterization of Air Pollutants, Emission Sources, Behavior and Fate of air Pollutants, Chemical Reactions in the Atmosphere, Photo-chemical Smog, Coal-induced smog, Air Pollution Inventories.

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-2
Teaching Hours:9
METEOROLOGY
 

Introduction – Meteorological Variables, Primary and Secondary Lapse Rate, Inversions, Stability Conditions, Windrose, General Characteristics of Stack Plumes, Meterological Models. Industrial Plant Location and Planning

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-3
Teaching Hours:9
SAMPLING, ANALYSIS AND CONTROL
 

Sampling and Measurement of Gaseous and Particulate matter, Stack Sampling, Analysis of Air Pollutants, Smoke and Smoke Measurement, Air Pollution Control Methods– Particulate, Emission Control, Gravitational Settling Chambers, Cyclone Separators, Fabric Filters, Electrostatic Precipitators, Wet Scrubbers, Selection of a Particulate Collecting Equipment, Control of Gaseous Emissions, Adsorption by Liquids, Adsorption by Solids, Combustion Odours and their control.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-4
Teaching Hours:9
AIR POLLUTION DUE TO AUTOMOBILES
 

Air Pollution due to Gasoline Driven and Diesel Driven Engines, Effects, Direct and Indirect Methods of control

Unit-4
Teaching Hours:9
STANDARDS AND LEGISLATION
 

Air Quality and Emission Standards– Legislation and Regulation, Air Pollution Index.

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Unit-5
Teaching Hours:9
BURNING ENVIRONMENTAL ISSUES:
 

1.Acid Rain

2.Global Warming

3.Ozone Depletion in Stratosphere

4.Indoor Air Pollution

Text Books And Reference Books:

T1“Air Pollution – Sampling and Analysis – APHA”

T2. “Environmental Engineering and Management” Dhamija S K and kataria S K andSons, Delhi

T3. De AK, “Engineers Chemistry”, New Age Publication, Delhi

T4. Deswal and SS Deswal; “Environmental Engineering”, Dhanpat Rai andCompany (P) Ltd., Delhi

Essential Reading / Recommended Reading

R1Harper and Row “Air Pollution –Its origin and control”, Wark. K.and Warner. F. publishers, New York

R2. Henry C. Perkins “Air Pollution”, McGraw Hill Ltd.

R3. Kendeigh SC, “Ecology”, Prentice Hall of India, Delhi

R4. Odum EP, “Fundamentals of Ecology”, Amarind publication Co., Delhi

Evaluation Pattern

Sl No.

Evaluation Component

Module

Duration

(min)

Nature of Component

Validation

1

CIA I

Quiz, assignment, & test

------

Closed Book/ Open book

Written test

2

CIA II

MSE

120

Closed Book

MSE

3

CIA  III

Seminar/assignment, Test

-----

Closed/Open Book

Seminar and test

4

Semester Exam

ESE

180

Closed Book

ESE

CS745E01 - QUANTUM COMPUTING (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:4
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description: This course provides the understanding of the basic concepts of quantum computing to meet the global needs of the society in a professionally ethical way through contributing to skill development. Course Objective: 1. To provide Sound knowledge and understanding of the fundamentals of Quantum Computing with examples. 2. To provide knowledge on the building blocks of quantum circuits and their operations 3. To enable the students to apply these concepts in quantum error correction and quantum cryptography

 

Learning Outcome

CO1: Explain the basic concepts in Quantum computing.

CO2: Make use of Quantum Gates and Circuits to design Quantum Algorithms

CO3: Identify the Quantum Operations applied on Quantum Information

CO4: Interpret the significance of Quantum Error Correction

CO5: Illustrate the working of Quantum Cryptographic algorithms

Unit-1
Teaching Hours:9
Introduction to Linear Algebra
 

Fundamental Concepts and Linear Algebra: Global Perspectives, Linear algebra and Dirac notation, Quantum Bits, Properties of quantum mechanics: Superposition, Entanglement, Interference, Postulates of Quantum Mechanisms.

Experiment 1:  Implementation of superposition, interference and entanglement

Unit-1
Teaching Hours:9
Introduction to Linear Algebra
 

Fundamental Concepts and Linear Algebra: Global Perspectives, Linear algebra and Dirac notation, Quantum Bits, Properties of quantum mechanics: Superposition, Entanglement, Interference, Postulates of Quantum Mechanisms.

Experiment 1:  Implementation of superposition, interference and entanglement

Unit-1
Teaching Hours:9
Introduction to Linear Algebra
 

Fundamental Concepts and Linear Algebra: Global Perspectives, Linear algebra and Dirac notation, Quantum Bits, Properties of quantum mechanics: Superposition, Entanglement, Interference, Postulates of Quantum Mechanisms.

Experiment 1:  Implementation of superposition, interference and entanglement

Unit-1
Teaching Hours:9
Introduction to Linear Algebra
 

Fundamental Concepts and Linear Algebra: Global Perspectives, Linear algebra and Dirac notation, Quantum Bits, Properties of quantum mechanics: Superposition, Entanglement, Interference, Postulates of Quantum Mechanisms.

Experiment 1:  Implementation of superposition, interference and entanglement

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Computation

Quantum Gates and Quantum Circuits, Quantum States, Representation of Quantum States, Control Operations, Measurement, Simulation of Quantum Systems.

Experiment 1:  Grover’s Search Algorithms

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Computation

Quantum Gates and Quantum Circuits, Quantum States, Representation of Quantum States, Control Operations, Measurement, Simulation of Quantum Systems.

Experiment 1:  Grover’s Search Algorithms

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Computation

Quantum Gates and Quantum Circuits, Quantum States, Representation of Quantum States, Control Operations, Measurement, Simulation of Quantum Systems.

Experiment 1:  Grover’s Search Algorithms

Unit-2
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Computation

Quantum Gates and Quantum Circuits, Quantum States, Representation of Quantum States, Control Operations, Measurement, Simulation of Quantum Systems.

Experiment 1:  Grover’s Search Algorithms

Unit-3
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Algorithms

Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms, Models of Computation, Analysis of Computational Problems.

Experiment 3: Quantum Random Number Generation 

Unit-3
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Algorithms

Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms, Models of Computation, Analysis of Computational Problems.

Experiment 3: Quantum Random Number Generation 

Unit-3
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Algorithms

Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms, Models of Computation, Analysis of Computational Problems.

Experiment 3: Quantum Random Number Generation 

Unit-3
Teaching Hours:9
Introduction to Quantum Mechanics
 

Quantum Algorithms

Quantum Fourier transforms, Quantum Phase estimation, Quantum search algorithms, Quantum counting Algorithms, Models of Computation, Analysis of Computational Problems.

Experiment 3: Quantum Random Number Generation 

Unit-4
Teaching Hours:9
Quantum Information
 

Quantum Information

Introduction, Quantum noise and Quantum Operations - Representations, Examples, Applications, Distance Measures for Quantum information. Bit flip and phase flip error correction codes, The Shor code, Theory of Quantum Error –Correction, Constructing Quantum Codes, Stabilizer codes.

Experiment 4: Constructing Quantum Codes for encoding and decoding information

Unit-4
Teaching Hours:9
Quantum Information
 

Quantum Information

Introduction, Quantum noise and Quantum Operations - Representations, Examples, Applications, Distance Measures for Quantum information. Bit flip and phase flip error correction codes, The Shor code, Theory of Quantum Error –Correction, Constructing Quantum Codes, Stabilizer codes.

Experiment 4: Constructing Quantum Codes for encoding and decoding information

Unit-4
Teaching Hours:9
Quantum Information
 

Quantum Information

Introduction, Quantum noise and Quantum Operations - Representations, Examples, Applications, Distance Measures for Quantum information. Bit flip and phase flip error correction codes, The Shor code, Theory of Quantum Error –Correction, Constructing Quantum Codes, Stabilizer codes.

Experiment 4: Constructing Quantum Codes for encoding and decoding information

Unit-4
Teaching Hours:9
Quantum Information
 

Quantum Information

Introduction, Quantum noise and Quantum Operations - Representations, Examples, Applications, Distance Measures for Quantum information. Bit flip and phase flip error correction codes, The Shor code, Theory of Quantum Error –Correction, Constructing Quantum Codes, Stabilizer codes.

Experiment 4: Constructing Quantum Codes for encoding and decoding information

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Quantum Cryptography

Introduction to Quantum Cryptography, Polarisation Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation

Experiment 5: Quantum Key Distribution

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Quantum Cryptography

Introduction to Quantum Cryptography, Polarisation Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation

Experiment 5: Quantum Key Distribution

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Quantum Cryptography

Introduction to Quantum Cryptography, Polarisation Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation

Experiment 5: Quantum Key Distribution

Unit-5
Teaching Hours:9
Secure Communication Quantum Algorithms
 

Quantum Cryptography

Introduction to Quantum Cryptography, Polarisation Encoding, No-Cloning Theorem, Super Dense Coding, Quantum Teleportation, Quantum Key Distribution - The BB84 Protocol, The Ekert Protocol, Real-World Implementation

Experiment 5: Quantum Key Distribution

Text Books And Reference Books:

TEXT BOOKS

T1. Michael A. Nielsen. & Issac L. Chiang, “Quantum Computation and Quantum Information”, 10th Anniversary Edition, Cambridge University Press, 2010 

Essential Reading / Recommended Reading

References (Text / Online Ref):

R1. Mika Hiravensalo, “Quantum computing” II edition, Springer- 2004

O1. https://nptel.ac.in/courses/115101092/

O2. https://www.udemy.com/course/quantum-computing-an-overview/

O3.https://www.coursera.org/learn/quantum-computing-algorithms?action=enroll

Evaluation Pattern

CIA: 50 %

ESE: 50 %

CS745E03 - CLOUD COMPUTING (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

1.  The main objective of the course is to expose students to different Services in Cloud Computing.  

2. Identify cloud computing as a model for enabling ubiquitous, convenient, on-demand access to a shared pool of configurable computing resources. 

3. Realizing cloud computing enables an increasing number of IT services to be delivered over the Internet. 

4.  To develop a cloud platform enables business to run successfully without dedicated hardware, software, and services.

Learning Outcome

CO1: Explain the fundamentals of Cloud computing and Cloud platforms in Industry.

CO2: Demonstrate Cloud Computing architecture, technologies, and various platforms with respect to platforms, services, network, security, and applications.

CO3: Experiment with Cloud platforms using Aneka and programming applications.

CO4: Illustrate the technologies for Data-intensive computing.

CO5: Apply Cloud based solutions for Industry platforms and new developments.

Unit-1
Teaching Hours:9
Introduction to Cloud Computing
 

Cloud Computing at a Glance, The Vision of Cloud Computing, Defining a Cloud, A Closer Look, Cloud Computing Reference Model, Characteristics and Benefits, Challenges Ahead, Historical Developments, Distributed Systems, Virtualization, Web  2.0,  Service-Oriented  Computing,  Utility-Oriented  Computing, Building  Cloud Computing Environments, Application Development,  Infrastructure  and System Development, Computing Platforms and Technologies,  Amazon  Web  Services  (AWS),   Google App Engine, Microsoft Azure. 

Unit-1
Teaching Hours:9
Introduction to Cloud Computing
 

Cloud Computing at a Glance, The Vision of Cloud Computing, Defining a Cloud, A Closer Look, Cloud Computing Reference Model, Characteristics and Benefits, Challenges Ahead, Historical Developments, Distributed Systems, Virtualization, Web  2.0,  Service-Oriented  Computing,  Utility-Oriented  Computing, Building  Cloud Computing Environments, Application Development,  Infrastructure  and System Development, Computing Platforms and Technologies,  Amazon  Web  Services  (AWS),   Google App Engine, Microsoft Azure. 

Unit-1
Teaching Hours:9
Introduction to Cloud Computing
 

Cloud Computing at a Glance, The Vision of Cloud Computing, Defining a Cloud, A Closer Look, Cloud Computing Reference Model, Characteristics and Benefits, Challenges Ahead, Historical Developments, Distributed Systems, Virtualization, Web  2.0,  Service-Oriented  Computing,  Utility-Oriented  Computing, Building  Cloud Computing Environments, Application Development,  Infrastructure  and System Development, Computing Platforms and Technologies,  Amazon  Web  Services  (AWS),   Google App Engine, Microsoft Azure. 

Unit-2
Teaching Hours:9
Types and Service in Cloud
 

Introduction, Cloud Reference Model, Architecture, Infrastructure / Hardware as a Service, Platform  as  a  Service,  Software  as  a  Service, Types  of  Clouds,  Public  Clouds,  Private  Clouds,  Hybrid  Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

Unit-2
Teaching Hours:9
Types and Service in Cloud
 

Introduction, Cloud Reference Model, Architecture, Infrastructure / Hardware as a Service, Platform  as  a  Service,  Software  as  a  Service, Types  of  Clouds,  Public  Clouds,  Private  Clouds,  Hybrid  Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

Unit-2
Teaching Hours:9
Types and Service in Cloud
 

Introduction, Cloud Reference Model, Architecture, Infrastructure / Hardware as a Service, Platform  as  a  Service,  Software  as  a  Service, Types  of  Clouds,  Public  Clouds,  Private  Clouds,  Hybrid  Clouds, Community Clouds, Economics of the Cloud, Open Challenges, Cloud Definition, Cloud Interoperability and Standards Scalability and Fault Tolerance Security, Trust, and Privacy Organizational Aspects.

Unit-3
Teaching Hours:9
Thread Modeling in Cloud
 

Introducing Parallelism for Single Machine Computation, Programming Applications with Threads, what is a Thread?  Thread APIs, Techniques for Parallel Computation with Threads, Multithreading with Aneka, Introducing the Thread Programming Model, Aneka Thread vs. Common Threads, Programming Applications with Aneka Threads, Aneka Threads Application Model.  

Unit-3
Teaching Hours:9
Thread Modeling in Cloud
 

Introducing Parallelism for Single Machine Computation, Programming Applications with Threads, what is a Thread?  Thread APIs, Techniques for Parallel Computation with Threads, Multithreading with Aneka, Introducing the Thread Programming Model, Aneka Thread vs. Common Threads, Programming Applications with Aneka Threads, Aneka Threads Application Model.  

Unit-3
Teaching Hours:9
Thread Modeling in Cloud
 

Introducing Parallelism for Single Machine Computation, Programming Applications with Threads, what is a Thread?  Thread APIs, Techniques for Parallel Computation with Threads, Multithreading with Aneka, Introducing the Thread Programming Model, Aneka Thread vs. Common Threads, Programming Applications with Aneka Threads, Aneka Threads Application Model.  

Unit-4
Teaching Hours:9
Data Computing in Cloud
 

What is Data-Intensive Computing?  Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application.

Unit-4
Teaching Hours:9
Data Computing in Cloud
 

What is Data-Intensive Computing?  Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application.

Unit-4
Teaching Hours:9
Data Computing in Cloud
 

What is Data-Intensive Computing?  Characterizing Data-Intensive Computations, Challenges Ahead, Historical Perspective, Technologies for Data-Intensive Computing, Storage Systems, Programming Platforms, Aneka MapReduce Programming, Introducing the MapReduce Programming Model, Example Application.

Unit-5
Teaching Hours:9
Cloud Service Provider
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google AppEngine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Unit-5
Teaching Hours:9
Cloud Service Provider
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google AppEngine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Unit-5
Teaching Hours:9
Cloud Service Provider
 

Amazon Web Services, Compute Services, Storage Services, Communication Services, Additional Services, Google AppEngine, Architecture and Core Concepts, Application Life-Cycle, Cost Model, Observations, Microsoft Azure, Azure Core Concepts, SQL Azure, Windows Azure Platform Appliance.

Text Books And Reference Books:

T1. Anthony  Velte,  Toby  Velte,  and  Robert  Elsenpeter,  “Cloud Computing – A Practical Approach”, McGraw Hill., 2010.

T2. Rajkumar Buyya, Vecchiola, Selvi, “Mastering Cloud Computing,” McGraw Hill. 2013.

T3. Barrie Sosinsky, “Cloud Computing Bible”, John Wiley, 2010.

Essential Reading / Recommended Reading

R1.  Massimo  Cafaro  and  Giovanni  Aloisio,  “Grids,  Clouds  and Virtualization”, Springer, 2011.

R2. Michael Miller, “Cloud Computing: Web-Based Applications That Change the Way You Work and Collaborate Online”, Que Publishing, August 2008.

Evaluation Pattern

CIA 1 - 20 Marks

CIA 2 - 50 Marks

CIA 3 - 20 Marks

End Semester Exam - 100 marks

Attendance - 5 Marks

(Scaled: CIA - 50 Marks & ESE - 50 Marks)

 

CS783 - INTERNSHIP - 2 (2021 Batch)

Total Teaching Hours for Semester:30
No of Lecture Hours/Week:2
Max Marks:50
Credits:1

Course Objectives/Course Description

 

Internships are short-term work experiences that will allow  a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices.   

 Course Objectives: 

•Identify how the internship relates to their academic courses and preferred career path

•Integrate existing and new technical knowledge for industrial application

•Understand lifelong learning processes through critical reflection of internship experiences.

•Articulate their experience and skills to potential employers

Learning Outcome

CO1: Design solutions to real time complex engineering problems using the concepts of Computer Science and Information Technology through independent study.

CO2: Demonstrate teamwork and leadership skills with professional ethics.

CO3: Prepare an internship report in the prescribed format and demonstrate oral communication through presentation of the internship work

Unit-1
Teaching Hours:30
INTERNSHIP POLICY, GUIDELINES AND PROCEDURES
 

Introduction

Internships are short-term work experiences that will allow a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices. More specifically, doing internships is beneficial because they provide the opportunity to:

• Integrate existing and new technical knowledge for industrial application • Understand lifelong learning processes through critical reflection of internship experiences.

• Articulate their experience and skills to potential employers Regulations

1.The student shall undergo an Internship for30 days starting from the end of 2nd semester examination and completing it during the initial period of 3rd semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of the students

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship shall be completed by the end of 7th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 2 credits, in the form of report assessment by the guide/mentor and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
INTERNSHIP POLICY, GUIDELINES AND PROCEDURES
 

Introduction

Internships are short-term work experiences that will allow a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices. More specifically, doing internships is beneficial because they provide the opportunity to:

• Integrate existing and new technical knowledge for industrial application • Understand lifelong learning processes through critical reflection of internship experiences.

• Articulate their experience and skills to potential employers Regulations

1.The student shall undergo an Internship for30 days starting from the end of 2nd semester examination and completing it during the initial period of 3rd semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of the students

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship shall be completed by the end of 7th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 2 credits, in the form of report assessment by the guide/mentor and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
INTERNSHIP POLICY, GUIDELINES AND PROCEDURES
 

Introduction

Internships are short-term work experiences that will allow a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices. More specifically, doing internships is beneficial because they provide the opportunity to:

• Integrate existing and new technical knowledge for industrial application • Understand lifelong learning processes through critical reflection of internship experiences.

• Articulate their experience and skills to potential employers Regulations

1.The student shall undergo an Internship for30 days starting from the end of 2nd semester examination and completing it during the initial period of 3rd semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of the students

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship shall be completed by the end of 7th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 2 credits, in the form of report assessment by the guide/mentor and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
INTERNSHIP POLICY, GUIDELINES AND PROCEDURES
 

Introduction

Internships are short-term work experiences that will allow a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices. More specifically, doing internships is beneficial because they provide the opportunity to:

• Integrate existing and new technical knowledge for industrial application • Understand lifelong learning processes through critical reflection of internship experiences.

• Articulate their experience and skills to potential employers Regulations

1.The student shall undergo an Internship for30 days starting from the end of 2nd semester examination and completing it during the initial period of 3rd semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of the students

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship shall be completed by the end of 7th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 2 credits, in the form of report assessment by the guide/mentor and a presentation on the internship given to department constituted panel.

Unit-1
Teaching Hours:30
INTERNSHIP POLICY, GUIDELINES AND PROCEDURES
 

Introduction

Internships are short-term work experiences that will allow a student to observe and participate in professional work environments and explore how his interests relate to possible careers. They are important learning opportunities through industry exposure and practices. More specifically, doing internships is beneficial because they provide the opportunity to:

• Integrate existing and new technical knowledge for industrial application • Understand lifelong learning processes through critical reflection of internship experiences.

• Articulate their experience and skills to potential employers Regulations

1.The student shall undergo an Internship for30 days starting from the end of 2nd semester examination and completing it during the initial period of 3rd semester.

2.The department shall nominate a faculty as a mentor for a group of students to prepare and monitor the progress of the students

3. The students shall report the progress of the internship to the mentor/guide at regular intervals and may seek his/her advise.

4. The Internship shall be completed by the end of 7th semesters.

5. The students are permitted to carry out the internship outside India with the following conditions, the entire expenses are to be borne by the student and the University will not give any financial assistance.

6. Students can also undergo internships arranged by the department during vacation.

7. After completion of Internship, students shall submit a report to the department with the approval of both internal and external guides/mentors.

8. There will be an assessment for the internship for 2 credits, in the form of report assessment by the guide/mentor and a presentation on the internship given to department constituted panel.

Text Books And Reference Books:

Nil

Essential Reading / Recommended Reading

NIL

Evaluation Pattern

Maximum Marks = 50(Only credit will be displayed in the score card)

Passing marks 40% min

Internship assessment will be carried out based on the following parameters, during the 5th semester as a single Presentation evaluation.

 

Total No. of Internship Hours
(5)

Learning Objectives
(10)

Performance
Contribution
(10)

Personal and
Professional
Development (10)

Quality of Study/work/paper (10)

Submission of Report (5)

Total
(50)

 

MAOE761E01 - NUMERICAL METHODS OF DIFFERENTIAL EQUATIONS (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

To enable the students to solve algebraic and transcendental equations, linear and nonlinear systems of equations, interpolate and extrapolate the given data, differentiate and integrate, solve ordinary differential equations and the boundary value problems numerically.

Learning Outcome

CO1: Solve algebraic and transcendental equations using numerical techniques.

CO2: Estimate results by forward and backward interpolation.

CO3: Solve integration using numerical techniques.

CO4: Apply finite difference method to solve boundary value problems of hyperbolic and elliptic differential equations.

CO5: Evaluate differential equations with boundary conditions using advanced computational techniques.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-1
Teaching Hours:9
Solution of Equations and Eigenvalue Problems
 

Solution of algebraic and transcendental equations – Solution of linear and non - linear system of equations - Fixed point iteration method – Newton Raphson and Secant method – Gauss elimination method – Pivoting – Gauss Jordan method – Iterative methods of Gauss Jacobi and Gauss Seidel, Matrix inversion by Gauss Jordan method, Eigenvalues of a matrix by Power method and Jacobi’s method for symmetric matrices.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-2
Teaching Hours:9
Interpolation and Approximation
 

Interpolation with unequal intervals – Lagrange’s interpolation – Newton’s divided difference interpolation – Cubic Splines –Interpolation with equal  intervals – Newton’s forward and backward difference formulae.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-3
Teaching Hours:9
Numerical Differentiation and Integration
 

Approximation of derivatives using interpolation polynomials – Numerical integration using Trapezoidal, Simpson’s 1/3 rule – Romberg’s Method – Two point and three point Gaussian quadrature formulae – Evaluation of double integrals by Trapezoidal and Simpson’s 1/3 rules.

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-4
Teaching Hours:9
Initial Value Problems For Ordinary Differential Equations
 

Single step methods – Taylor’s series method – Euler’s method – Modified Euler’s method – Fourth order Runge – Kutta method for solving first order equations – Multi step methods – Milne’s and Adams – Bash forth predictor corrector methods for solving first order ordinary differential equations. Inferences for Proportions and Count Data Inferences on Proportion , Inferences on Comparing Two Proportions

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Unit-5
Teaching Hours:9
Boundary Value Problems In Ordinary And Partial Differential Equations
 

Finite difference methods for solving second order two – point linear boundary value problems – Finite difference techniques for the solution of two dimensional Laplace’s and Poison’s equations on rectangular domain – One dimensional heat flow equation by explicit and implicit (Crank Nicholson) methods – One dimensional wave equation by explicit method.

Text Books And Reference Books:

M.K. Jain, “Numerical Solution of Differential Equations”, Wiley Eastern, 1984.

Essential Reading / Recommended Reading

R1. G.D. Smith, “Numerical Solution of Partial Differential Equations”, Oxford Univ. Press, 2004.

R2. M. K. Jain, S.R.K. Iyengar and R.K. Jain, “Computational Methods for Partial Differential  Equations”, Wiley Eastern, 2005.

R3.. S. S. Sastry, “Numerical Analysis for Engineers”,  Tata Mcgraw Hill Edition.

R4. C. Chapra and Raymond P. Canale, Solution of simultaneous non-linear algebraic systems, 7th edition, McGraw-Hill, 2014.

Evaluation Pattern

Continuous Internal Assessment (CIA) : 50% (50 marks out of 100 marks)

End Semester Examination(ESE) : 50% (50 marks out of 100 marks)

 

Components of the CIA

CIA I  :  Assignments / Tests                                             : 10 marks

CIA II :   Mid Semester Examination (Theory)                : 25 marks            

CIAIII:    Quiz/Seminar/Assignments                             : 10 marks

Attendance                                                                           : 05 marks

            Total                                                                                       : 50 marks

Mid Semester Examination (MSE) : Theory Papers:

  • The MSE is conducted for 50 marks of 2 hours duration.
  • Question paper pattern; Four questions have to be answered in part A without any choice. One question need to be answered out of two in part B. Each  question carries 10 marks

End Semester Examination (ESE):

The ESE is conducted for 100 marks of 3 hours duration.

The syllabus for the theory papers are divided into FIVE units and each unit carries equal Weightage in terms of marks distribution.

Question paper pattern is as follows.

Two full questions with either or choice will be drawn from each unit. Each question carries 20 marks. There could be a maximum of three sub divisions in a question. The emphasis on the questions is to test the objectiveness, analytical skill and application skill of the concept, from a question bank which reviewed and updated every year

The criteria for drawing the questions from the Question Bank are as follows

50 % - Medium Level questions

25 % - Simple level questions

25 % - Complex level questions

MEOE761E03 - BASIC AUTOMOBILE ENGINEERING (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

The objective of this course is to impart knowledge to students in various systems of Automobile Engineering and to learn the fundamental principles, construction and auxiliary systems of automotive engines.

Learning Outcome

CO-1: Describe the chassis, body and engine components of an automobile [L2]

CO-2: Understand knowledge of transmission, cooling and lubrication systems [L2]

CO-3: Understand the working of engine injection and ignition systems. [L2]

CO-4: Understand the working of steering, brakes and suspension systems. [L3]

CO-5: Apply the knowledge in curbing the emissions from vehicles and methods for control. [L3]

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-1
Teaching Hours:9
Engine
 

Engine classifications, number of strokes, cylinders, types of combustion chambers for petrol and diesel engines, valves, valve arrangements and operating mechanisms, piston, design basis, types, piston rings, firing order, fly wheel.

Unit-1
Teaching Hours:9
Introduction
 

Classification of vehicles, options of prime movers, transmission and arrangements.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-2
Teaching Hours:9
Carburettors and Injection Systems
 

Carburetors, fuel injection systems for diesel and petrol engines, electronic fuel injection, super chargers, muffers.

Unit-2
Teaching Hours:9
Fuel Supply Systems
 

Petrol and diesel engines, fuel pumps, Mechanical and electrical diaphragm pumps, air and fuel filters.

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-3
Teaching Hours:9
Cooling and Lubrication system for IC Engines
 

Necessity, methods of cooling, air cooling, water cooling, components of water cooling systems, Objective of lubrication, requirements of lubricant, types of lubricant, and various systems of engine lubrication. 

Unit-3
Teaching Hours:9
Electrical System
 

Ignition system, distributor, electronic ignition, magneto, dynamo, alternator, regulator, starting motor, introduction to various accessories, typical wiring diagram.

 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-4
Teaching Hours:9
Chassis
 

Introduction of chassis, classification, conventional construction, frameless construction, introduction to vehicle dimensions. 

Unit-4
Teaching Hours:9
Transmission System
 

Introduction to single plate clutch, wet and dry type, clutch actuating mechanisms, study of clutch components, fluid fly wheel. Gear box , Theory, four speed and five speed sliding mesh, constant mesh and synchromesh type, selector mechanism, automatic transmission, overdrive, transfer box four wheel drive, torque converter, propeller shaft. 

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Unit-5
Teaching Hours:9
Steering System
 

Steering mechanisms, types of brakes and brake actuation mechanisms.

Unit-5
Teaching Hours:9
Suspension System
 

Systems, springs, shock absorbers, axles, front and rear, different methods of floating rear axle, front axle and wheel alignment, types of rims and tyres.

Text Books And Reference Books:

 T1- Heywood, John B, “Internal Combustion Engine Fundamentals”, McGraw-Hill, 2007.

T2- V Ganesan, “Internal Combustion Engines”, 4th edition, Tata McGraw-Hill publishing company Limited, 2012.

T3- Mathur & Sharma, “A Course in International Combustion Engines”, 8th edition, Dhanpat Rai & Sons., 1996.

T4- Colin R. Ferguson, Allen T Kirkpatrick, “Internal Combustion Engines”, 3rd edition, John Wiley & sons, 2016.

T5- Kripal Singh, “Automobile Engineering”, Vol.-1 & 2, Standard publisher distributors 2015.

T6- Joseph Heitner, “Automotive Mechanics”, East-West student edition 2014.

Essential Reading / Recommended Reading

R1- Edward. F. Obert, “I.C. Engines”, Harper International edition, 1973.

R2- V M Domkundwar, “Internal Combustion Engines”, 4th edition, Danpat Rai & Co, 2014.

R3- Willard W. Pulkrabek, “Engineering Fundamentals of the I.C. Engine”, 2nd edition, 2013.

R4- Lichty, “Combustion Engine Process”, 6th edition, Judge, 2000.

R5- Crouse. W.H. and Angling, D.L “Automobile Mechanics”2009.

R6- Judge, A W “Automobile Electrical System”

R7- K K Ramalingam, “Automobile engineering”, Scitech publications 2001.

Evaluation Pattern

ASSESSMENT PATTERN FOR THEORY COURSE

 

Component

Assessed for

Scaled Down to

1

CIA I

20 M

10 M

2

CIA II

50 M

25 M

3

CIA III

20 M

10 M

4

Attendance

5 M

5 M

5

ESE

100 M

50 M

 

 

Total

100 M

MEOE761E04 - SMART MATERIALS AND APPLICATIONS (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This interdisciplinary course not only gives an overview of the smart materials and its applications, but also gives an in-depth understanding of the issues involved. It begins by answering the important question: why miniaturize? This is followed by a quick summary of a variety of sensors, actuators, and systems. It then presents a comprehensive description of micro fabrication. This is followed by a detailed discussion of mechanics of solids as it pertains to micro and smart systems. While this part may be viewed as strength of materials and design, an effort is made to relate this to micro devices and discuss such topics as residual stress and stress gradients, lumped modelling using energy methods, anticlastic curvature, etc.

Learning Outcome

CO-1: Explain the overview of Smart materials. (L2)

CO-2: Explaining the principles of sensing and actuation systems. (L2)

CO-3: Evaluating techniques on control design and optics systems using smart materials (L2)

CO-4: Compute response of an electro-mechanical smart system using finite element method. (L2)

CO-5: Incorporate basic knowledge of micro systems and its applications. (L2)

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-1
Teaching Hours:9
INTRODUCTION
 

Characteristics of composites and ceramics materials, Dynamics and controls, cconcepts, Electro-magnetic materials and shape memory alloys-processing and characteristics 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-2
Teaching Hours:9
SENSING AND ACTUATION
 

Principals of electromagnetic, acoustics, chemical and mechanical sensing and actuation, Types of sensors and their applications, their compatibility writer conventional and advanced materials, signal processing, principals and characterization. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-3
Teaching Hours:9
CONTROL DESIGN
 

Design of shape memory alloys, Types of MR fluids, Characteristics and application, principals of MR fluid value designs, Magnetic circuit design, MR Dampers, Design issues. 

Unit-3
Teaching Hours:9
OPTICS AND ELECTROMAGNETIC
 

Principals of optical fiber technology, characteristics of active and adaptive optical system and components, design and manufacturing principles. 

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-4
Teaching Hours:9
Micro systems
 

Overview of Micro and smart systems, Processing of Sensors, Actuators and micro structures, Applications in diverse fields including Biomedical, Defence, Automobile and Aerospace Engineering.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Unit-5
Teaching Hours:9
MICRO FABRICATION PROCESSES
 

Overview of Micro Machining Technologies, miniaturization, conventional and silicon micro machining techniques, Ultrasonic machining, sandblasting, laser ablation, spark erosion, and photo lithography.

Text Books And Reference Books:

T1. G. K. Anantha Suresh, “Micro and Smart Systems”, Wiley India Pvt. Ltd., 2010.

T2. Banks HT, RC Smith, Y Wang, Massow S A, ‘Smart Materials and Structures’, Paris 1996

Essential Reading / Recommended Reading

R1. G. K. Anantha Suresh, “Micro and Smart Systems”, Wiley India Pvt. Ltd., 2010.

R2. G. K. Anantha Suresh, K. J. Vinoy, S. Gopalakrishnan, K. N. Bhat, V. Kasudev Aatre, “Micro and Smart Systems: Technology and Modeling”, John Wiley & Sons, 2012.

R3. Tai-Ran Hsu, “MEMS and Microsystems: Design and Manufacture”, Tata McGraw Hill

Education Private Limited, 2002.

R4. ‘M V Gandhi and B S Thompson Chapmen & Hall , ‘Smart Materials and Structures’,  London, 1992 (ISBN : 0412370107).

 

Evaluation Pattern

THEORY

Component

Assessed for

Scaled down to

Minimum marks to pass

Maximum marks

CIA-1

20

10

-

10

CIA-2

50

25

-

25

CIA-3

20

10

-

10

Attendance

05

05

-

05

ESE

100

50

20

50

 

TOTAL

100

-

100

MEOE761E05 - BASIC AEROSPACE ENGINEERING (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 
  • To familiarize with the basics of aerodynamics
  • To familiarize with the basics of aircraft structures, systems & instruments To give exposure to the power plants used in Aircraft and space vehicles

     

     

  • To provide basic knowledge on different methodologies of rocket and aircraft propulsion.
  • To apply the principles of calibration- definition, traceability, precision and physics behind aircraft and system configurations. 

Learning Outcome

CO1: Recall & Articulate the history, evolution and significance of aircraft and helicopters as well as evolution of space travel and classify flying machines resulting from human endeavor in teams, determination, acumen and application knowledge.

CO2: Effectively use International Standard Atmosphere and aerodynamic principles to calculate aerodynamic forces - lift/drag of simple aero foil configurations. To apply principles of mechanics and equations of motion to determine aircraft performance in steady gliding, horizontal and climbing flight.

CO3: To describe important physical features and structural construction of aircraft logically based on loads encountered.

CO4: To Describe and differentiate the aerospace materials of construction and aircraft systems for safe operation and flight of an aircraft to meet the intended roles efficiently

CO5: To distinguish and illustrate different types of aircraft and rocket propulsion arrangements for space exploration and evaluate various operating environmental and safety issues

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-1
Teaching Hours:9
Aircraft Configurations
 

Brief History- airplanes and Helicopters – Components of an airplane and their functions. Different types of flightvehicles, classifications, Basic instruments for flying

Unit-1
Teaching Hours:9
Introduction to Principles of Flight
 

Physical properties and structure of the atmosphere, Temperature, pressure and altituderelationships, Evolution of lift, drag and moment, different types of drag.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-2
Teaching Hours:9
Elements of Airplane Performance
 

Introduction, Equation of motion, Thrust required for level unaccelerated flight, Thrust available and maximum velocity, Power required for level unaccelerated flight, Power available and maximum velocity for reciprocating engine – propeller combination and jet engine, Altitude effect of power available and power required. Rate of climb, gliding flight, Absolute and Ceiling, Time of climb, Range & Endurance for propeller driven and jet air plane.

Unit-2
Teaching Hours:9
Introduction to Aerodynamics
 

Aerodynamic forces on aircraft,Basic characteristics of aerofoils, NACA nomenclature, Classification of NACA aerofoils, propagation of sound, Mach number, subsonic, transonic, supersonic, hypersonic flows.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-3
Teaching Hours:9
Aircraft Structures
 

General types of construction, Monocoque and Semi-monocoque - construction, Typical wing and fuselage Structures.

 

Unit-3
Teaching Hours:9
Landing Gears
 

Introduction to Landing Gears, Types of Landing Gears.

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-4
Teaching Hours:9
Systems and Instruments
 

Conventional control, Powered controls, Basic instruments for flying, typical systems for control actuation.

Unit-4
Teaching Hours:9
Aircraft Materials
 

Metallic and non-metallic materials, Use of aluminium alloy, titanium, stainless steel and composite materials.

 

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Unit-5
Teaching Hours:9
Jet Propulsion
 

Basic ideas about piston, turboprop and jet engines – comparative merits, Propellers and Jet for thrust production.

Unit-5
Teaching Hours:9
Rocket Propulsion
 

Principle of operation of rocket, types of rocket and typical applications, Exploration into space, Use of multistage rockets.

Text Books And Reference Books:

1.  Anderson.J.D., Introduction to Flight, McGraw Hill,2010 T

2.  Kermode AC, Mechanics of Flight, Pearson,2004

3. Titterton Aircraft Materials and Processes, 5th Edition , Pitman Publishers, In India Sterling Book House, Mumbai

4. CG Krishnadas Nair, Handbook of Aircraft Materials, Interline Publishing, Bangalore, Copy right ©1993 Aeronautical Society of India

Essential Reading / Recommended Reading

1. Shevell,R.S., Fundamentals of flights, Pearson education 2004
2. McKinley.J.L. and R.D. Bent, Aircraft Power Plants, McGraw Hill1993
3. Pallet.E.H.J. Aircraft Instruments & Principles, Pearson 2010
4. Lalit Gupta and O P Sharma, Fundamentals of Flight Vol-I to Vol-IV, Himalayan Books. 2006 ISBN: 706
5. Kermode,A.C., ‘Flight without Formulae’, Pearson,2004

Evaluation Pattern

THEORY

Component

Assessed for

Scaled down to

Minimum marks to pass

Maximum marks

CIA-1

20

10

-

10

CIA-2

50

25

-

25

CIA-3

20

10

-

10

Attendance

05

05

-

05

ESE

100

50

20

50

 

TOTAL

100

-

100

NCCOE02 - NCC2 (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This Course is offered for cadets of NCC who have successfully completed their 'B' or 'C'- Certificate in NCC.

This Course is offered in Lieu of the Open Elective course offered by the department during the 7th Semester.

·     On Successful Completion of the 'B' or 'C'- Certificate course that is conducted by the NCC Directorate Centrally. Marks will be awarded for 100 marks.

Learning Outcome

CO1: Demonstrate Foot drill, Rifle Drill and ceremonial Drill(L3)

CO2: Illustrate the importance and need for National integration(L2)

CO3: Make use of Leadership traits to organize critical decisions (L3)

CO4: Relate to Social Issues and contribute to the Environmental sustainability (L2)

CO5: Utilize Community Development skills for social wellbeing(L3)

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-1
Teaching Hours:9
Drill
 

Foot Drill – Marching Salute- Flight formation- Slow march- Rifle Drill- Guard of honor- Present Arm.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-2
Teaching Hours:9
National Integration
 

Importance & Necessity-Factors Affecting National Integration- Unity in Diversity & Role of NCC in Nation Building- Threats to National Security.

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-3
Teaching Hours:9
Leadership
 

Leadership Defined - Ways of Conceptualizing Leadership -Definition and Components- Leadership Described -Trait Versus Process Leadership - Assigned Versus Emergent Leadership -Leadership and Power - Leadership and Coercion- Leadership and Management- The Trait Description

Case Studies: Shivaji, Jhasi Ki Rani

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-4
Teaching Hours:9
Social Issues and the Environment
 

Resettlement and rehabilitation of people - environmental ethics: issues and possible solutions - nuclear accidents and nuclear holocaust -wasteland reclamation consumerism and waste products.

Environment protection act air (prevention and control of pollution) act 194- water (prevention and control of pollution) ACT 196

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Unit-5
Teaching Hours:9
Community Development
 

Contribution of Youth- Social Evils- Protection of Children & Women Safety- Cyber and Mobile Security Awareness - Hygiene and Sanitation (Personal and Camp).

Text Books And Reference Books:

Airwing Cadet Handbook, Common Subject SD/SW, Maxwell Press, 2015.

Essential Reading / Recommended Reading

Textbook of Environmental Studies for Undergraduate Courses, Erach Barucha, Orient Black swan Pvt Ltd, 2nd edition, march 2021

Evaluation Pattern

The assessment will be carried out as overall internal assessment at the end of the semester for 100 marks based on the following.

·       Each cadet will appear for  'B' or 'C'- Certificate exam which is centrally conducted by the Ministry of Defense, NCC directorate. The Total marks will be for 350.

·       Each cadets score will be normalized to a maximum of 100 marks based on the overall marks Secured by each cadet.  

 

PHOE761E01 - NANO MATERIALS AND NANOTECHNOLOGY (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description:

     To distinguish between the concept of bulk and nanomaterials, understand the science of different synthesis methods and characterization of nano materials; analyze physical and chemical properties of different types of nanomaterials and to understand various types of application of nanotechnology in engineering and sciences.

 Course Objective:

·         To distinguish between the concept of bulk and nanomaterials.

·         To understand the science of different synthesis methods and characterization of nanomaterials.

·         To analyze physical and chemical properties of different types of nanomaterials.

·         To understand various types of application of nanotechnology in engineering and sciences.

Learning Outcome

CO1: Students will be able to explain the basics of Nanomaterials {L2} {PO1, PO2}

CO2: Students will be able to outline the science of different synthesis methods and characterization of nanomaterials. {L2} { PO1, PO2}

CO3: Students will be able to analyze physical and chemical properties of different types of nanomaterials {L4} { PO1, PO2, PO3}

CO4: Students will be able to explain the basic concepts of Carbon nano tubes{L2} {PO1, PO2}

CO5: Students will be able to illustrate the applications of nanotechnology in engineering and sciences. {L3} { PO1, PO2, PO3, PO4} close

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-1
Teaching Hours:8
Introduction
 

Definition  of  Nano,  Atomic  Structure  and atomic size, Emergence and challenges of nanoscience and nanotechnology, influence  of  nano  over  micro/macro,  size  effects  and  crystals, large surface to volume ratio, surface effects on the properties, One   dimensional, Two dimensional  and  Three  dimensional  nanostructured  materials, Examples of nano systems

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-2
Teaching Hours:9
Synthesis of nanomaterials
 

Bottom-up approaches for nanostructure fabrication: Sol-gel method, Top down approaches for nanostructure fabrication: Ball milling, Lithography, melt quenching and annealing. Self Assembled Monolayers (SAM), Chemical Vapour Deposition (CVD), Spin coating.

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-3
Teaching Hours:9
Characterization of nanomaterials
 

X-ray   diffraction, particle size analyses using-Scherer`s formula, Scanning  Electron  Microscope  (SEM) –Field  Emission  Scanning  Electron Microscope (FESEM)- Atomic  Force  Microscopy  (AFM  ),  Transmission Electron Microscopy (TEM).

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-4
Teaching Hours:9
Nanomaterials
 

Microemulsions, colloidal material, nanocomposite polymers, Metal Oxide Nanoparticle, Semiconductor nanostructures, Polymer membranes, carbon nanotubes (CNT’s), single-and  multi-walled CNT – nanowires, graphene, Nanomagnetic   materials

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Unit-5
Teaching Hours:10
Applications
 

Molecular electronics and nanoelectronics, environmental applications, super hydrophilic hydrophobic surfaces, self-cleaning surfaces, membrane-based application, polymer based application. Nanotechnology based water treatment & purification. Catalytic applications-Fuel Cells.Carbon Nanotubes for energy storage.

Text Books And Reference Books:

 1. Processing & properties of structural naonmaterials ‐Leon L. Shaw, Nano chemistry: A Chemical Approach to Nanomaterials, Royal Society of Chemistry, Cambridge UK 2005.

 2. Nanoparticles: From theory to applications – G. Schmidt, Wiley Weinheim 2004.

 3. Advances in Nanotechnology and the Environment, Juyoung Kim, CRC Press, Taylor and Francis Group.

 4. W. Gaddand, D.Brenner, S.Lysherski and G.J.Infrate (Eds), Handbook of nanoscience, Engg. and Technology, CRC Press,2002.

 5. G. Cao, Naostructures and Nanomaterials: Synthesis, properties and applications, Imperical College Press, 2004.

6. Ghuzang  G.Cao,  Naostructures  and  Nanomaterials:  Synthesis,  properties  and  applications,  Imperical College Press, 2004

Essential Reading / Recommended Reading

 1. Chemistry of nano materials: Synthesis, properties and applications by C. N. R. Rao et. al.

2. Environmental Chemistry for a Sustainable World, Volume 1: Nanotechnology and Health RiskEditors: Lichtfouse, Schwarzbauer, Robert.

3. C.N.R. Rao, A. Muller, A.K.Cheetham (Eds), The chemistry of nanomaterials: Synthesis, properties and applications, Wiley VCH Verlag Gmbh&Co, Weinheim, 2004.

Evaluation Pattern

CIA I - 20 Marks - 2 components
Test 1 - UNIT 1 - 10 Marks
Test 2 - UNIT 2 - 10 Marks

 

CIA II - Mid Sem Exam - 50 marks

 

CIA III - 20 Marks - Mooc Course/Project/Test

 

AIML844E04 - RESPONSIBLE AI AND DATA ETHICS (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

Course Description:  

Responsible AI, also known as Ethical AI, refers to the practice of developing and deploying artificial intelligence (AI) systems in a manner that aligns with ethical principles, fairness, transparency, and accountability. The goal is to ensure that AI technologies are designed and used in ways that respect human rights, avoid bias, and promote positive societal impact.

Course Objective:

Evaluate the ethical implications of implementing an AI system in a specific domain

Investigate and address bias in an existing AI model

Design and implement an AI application with privacy-preserving features.

 

Learning Outcome

CO1: Explain the Importance of Responsible AI.

CO2: Explain the Techniques to detect and mitigate Bias.

CO3: Outline the Transparency and Explain ability in AI Models.

CO4: Explain the Privacy Attacks in AI Models.

CO5: Explain the Metrics for Measuring Robustness and Reliability.

Unit-1
Teaching Hours:9
Introduction
 

 Brief Overview of AI and Its Potential, Importance of Responsible AI, Core Ethical Principles.

Unit-2
Teaching Hours:9
Bias and Fairness
 

Understanding Bias in data and models, Importance of understanding, Techniques to Detect and Mitigate Bias, Implementing Bias Detection and Fairness.

Unit-3
Teaching Hours:9
Transparency and Explainability
 

Importance of Transparency and Explainability in AI Models, Methods for Achieving Explainable AI, Tools Frameworks, and Implementation of Transparency and Explainability, Challenges and Solutions in Achieving Transparency and Explainability

Unit-4
Teaching Hours:9
Privacy and Security
 

Privacy Concerns in AI: Potential Threats to Privacy, Privacy Attacks in AI Models, Mitigating Privacy Risks in AI, Security Concerns in AI: Potential Threats to Security, Mitigating Security Risks in AI

Unit-5
Teaching Hours:9
Robustness and Reliability
 

Concepts of Robustness and Reliability: Importance in AI Systems, Metrics for Measuring Robustness and Reliability, Challenges in Achieving Robustness: Sensitivity to Input Variations, Model Overfitting, Outliers and Noise, Challenges in Ensuring Reliability: Data Quality, Model Drift, Uncertainty in AI Models

Text Books And Reference Books:

Introduction to Responsible AI: Implement Ethical AI Using Python by Avinash Manure, Shaleen Bengani, Saravanan S, ISBN-13 (pbk): 978-1-4842-9981-4, https://doi.org/10.1007/978-1-4842-9982-1

Essential Reading / Recommended Reading

Introduction to Responsible AI: Implement Ethical AI Using Python by Avinash Manure, Shaleen Bengani, Saravanan S, ISBN-13 (pbk): 978-1-4842-9981-4, https://doi.org/10.1007/978-1-4842-9982-1

Evaluation Pattern

CIA 1 – 20 Marks

CIA 2 – 50 Marks

CIA 3 – 20 Marks

End Semester Examination – 100 Marks

Attendance – 5 Marks

(Scaled: CIA – 50 Marks & ESE – 50 Marks)

 

AIML885 - PROJECT WORK PHASE-II (2021 Batch)

Total Teaching Hours for Semester:300
No of Lecture Hours/Week:20
Max Marks:300
Credits:10

Course Objectives/Course Description

 

Course objectives:  To perform a task involving research or design, that is carefully planned to achieve a particular aim. To learn modular programming - analyse problems, design solutions, learn new tools and implement the system as a team/ individual.

Learning Outcome

CO1: Design engineering solutions to complex real world problems using research literature for societal applications through independent study.

CO2: Use appropriate hardware and software depending on the nature of the project with an understanding of their limitations.

CO3: Demonstrate teamwork and leadership skills with professional ethics and prepare a project report in the prescribed format.

CO4: Understand the impact of the developed projects on environmental factors.

CO5: Demonstrate project management skills including handling the finances in doing projects for given real world societal problems.

Unit-1
Teaching Hours:20
Project
 

Literature survey, Requirment analysis, Design and Development of the project 

Text Books And Reference Books:

Nil

Essential Reading / Recommended Reading

Nil

Evaluation Pattern

CIA-100

ESE-200

CS846E02 - HIGH PERFORMANCE COMPUTING (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

This course provides an overview of different types of high performance computing systems. It helps to understand the components of a high-performance computing system and its features. It also  helps to understand GPU Systems, how to configure GPU coding with few applications. It also covers the basic concepts of Cloud and Cluster computing.

 

The main objectives of the course are:

  • To Study various computing technology architecture.
  • To know Emerging trends in computing technology.
  • To understand the GPU architecture and analyze the performance of GPU through CUDA Programming
  • To highlight the advantage of deploying computing technology.

Learning Outcome

CO1: Summarize different High performance computing paradigms.

CO2: Build a cluster computing system.

CO3: Analyze the architecture and features of GPU systems.

CO4: Develop CUDA programs.

CO5: Outline the basic concepts in cloud computing.

Unit-1
Teaching Hours:9
Introduction
 

Overview of Parallel Computers and high-performance computing (HPC), HPC paradigms - supercomputing, cluster computing, grid computing, cloud computing, Multi-core and GPU systems, petascale systems. Cluster computing: basics, architecture, classification, components.

Unit-1
Teaching Hours:9
Introduction
 

Overview of Parallel Computers and high-performance computing (HPC), HPC paradigms - supercomputing, cluster computing, grid computing, cloud computing, Multi-core and GPU systems, petascale systems. Cluster computing: basics, architecture, classification, components.

Unit-1
Teaching Hours:9
Introduction
 

Overview of Parallel Computers and high-performance computing (HPC), HPC paradigms - supercomputing, cluster computing, grid computing, cloud computing, Multi-core and GPU systems, petascale systems. Cluster computing: basics, architecture, classification, components.

Unit-1
Teaching Hours:9
Introduction
 

Overview of Parallel Computers and high-performance computing (HPC), HPC paradigms - supercomputing, cluster computing, grid computing, cloud computing, Multi-core and GPU systems, petascale systems. Cluster computing: basics, architecture, classification, components.

Unit-1
Teaching Hours:9
Introduction
 

Overview of Parallel Computers and high-performance computing (HPC), HPC paradigms - supercomputing, cluster computing, grid computing, cloud computing, Multi-core and GPU systems, petascale systems. Cluster computing: basics, architecture, classification, components.

Unit-2
Teaching Hours:9
Cluster Computing
 

Cluster middleware, layers, SSI boundaries, design goals, key services of SSI, Resource management and scheduling. Cluster setup and administration (overview), security, system monitoring and system tuning. Case study – setting up of a cluster.

Unit-2
Teaching Hours:9
Cluster Computing
 

Cluster middleware, layers, SSI boundaries, design goals, key services of SSI, Resource management and scheduling. Cluster setup and administration (overview), security, system monitoring and system tuning. Case study – setting up of a cluster.

Unit-2
Teaching Hours:9
Cluster Computing
 

Cluster middleware, layers, SSI boundaries, design goals, key services of SSI, Resource management and scheduling. Cluster setup and administration (overview), security, system monitoring and system tuning. Case study – setting up of a cluster.

Unit-2
Teaching Hours:9
Cluster Computing
 

Cluster middleware, layers, SSI boundaries, design goals, key services of SSI, Resource management and scheduling. Cluster setup and administration (overview), security, system monitoring and system tuning. Case study – setting up of a cluster.

Unit-2
Teaching Hours:9
Cluster Computing
 

Cluster middleware, layers, SSI boundaries, design goals, key services of SSI, Resource management and scheduling. Cluster setup and administration (overview), security, system monitoring and system tuning. Case study – setting up of a cluster.

Unit-3
Teaching Hours:9
GPU Programming
 

 

GPU programming - overview of GPU architecture, CUDA, Python and CUDA, kernels, threads, blocks and grids.

Unit-3
Teaching Hours:9
GPU Programming
 

 

GPU programming - overview of GPU architecture, CUDA, Python and CUDA, kernels, threads, blocks and grids.

Unit-3
Teaching Hours:9
GPU Programming
 

 

GPU programming - overview of GPU architecture, CUDA, Python and CUDA, kernels, threads, blocks and grids.

Unit-3
Teaching Hours:9
GPU Programming
 

 

GPU programming - overview of GPU architecture, CUDA, Python and CUDA, kernels, threads, blocks and grids.

Unit-3
Teaching Hours:9
GPU Programming
 

 

GPU programming - overview of GPU architecture, CUDA, Python and CUDA, kernels, threads, blocks and grids.

Unit-4
Teaching Hours:9
Streams and Events
 

CUDA programming, streams, events, contexts and concurrency, case studies.

Unit-4
Teaching Hours:9
Streams and Events
 

CUDA programming, streams, events, contexts and concurrency, case studies.

Unit-4
Teaching Hours:9
Streams and Events
 

CUDA programming, streams, events, contexts and concurrency, case studies.

Unit-4
Teaching Hours:9
Streams and Events
 

CUDA programming, streams, events, contexts and concurrency, case studies.

Unit-4
Teaching Hours:9
Streams and Events
 

CUDA programming, streams, events, contexts and concurrency, case studies.

Unit-5
Teaching Hours:9
Cloud Computing
 

 

 

Cloud computing, basic terminologies and key features, cloud models, Public, private and hybrid clouds, architecture of cloud computing systems, Cloud data centres

Unit-5
Teaching Hours:9
Cloud Computing
 

 

 

Cloud computing, basic terminologies and key features, cloud models, Public, private and hybrid clouds, architecture of cloud computing systems, Cloud data centres

Unit-5
Teaching Hours:9
Cloud Computing
 

 

 

Cloud computing, basic terminologies and key features, cloud models, Public, private and hybrid clouds, architecture of cloud computing systems, Cloud data centres

Unit-5
Teaching Hours:9
Cloud Computing
 

 

 

Cloud computing, basic terminologies and key features, cloud models, Public, private and hybrid clouds, architecture of cloud computing systems, Cloud data centres

Unit-5
Teaching Hours:9
Cloud Computing
 

 

 

Cloud computing, basic terminologies and key features, cloud models, Public, private and hybrid clouds, architecture of cloud computing systems, Cloud data centres

Text Books And Reference Books:

1.     Brian Tuomanen, Hands On GPU programming with Python and CUDA, Packt, 2018

Essential Reading / Recommended Reading

1. Berman, Fox and Hey, Grid Computing – Making the Global Infrastructure a Reality, Wiley India, 2003.

             2.    Hurwitz, Bllor, Kaufman, Halper, Cloud Computing for Dummies, Wiley India, 2009.

            3. Ronald Krutz, Cloud Security, Cloud Computing, A Practical Approach, Anthony Velte, Toby Velte, Robert Elsenpeter, McGrawHill, 2009.

Evaluation Pattern
  • CIA 1 – 20 Marks

  • CIA 2 – 50 Marks

  • CIA 3 – 20 Marks

  • End Semester Examination – 100 Marks

  • Attendance – 5 Marks

 (Scaled: CIA – 50 Marks & ESE – 50 Marks)

CS846E04 - NATURAL LANGUAGE PROCESSING (2021 Batch)

Total Teaching Hours for Semester:45
No of Lecture Hours/Week:3
Max Marks:100
Credits:3

Course Objectives/Course Description

 

 

This course describes about the basic concepts of Natural Language Processing (NLP), Classification and sematic analysis techniques, neural network concepts used for NLP and its applications such as Question and Answering System and etc.

Course Objective:

 

  • To describe foundation introduction to Natural Language Processing (NLP)and language model.

  • To apply classification and semantic techniques and Neural Network concepts for NLP.

  • To Develop applications using NLP and Machine Learning techniques.

Learning Outcome

CO1: To understand the basic concepts of NLP

CO2: To analyse the classification algorithms for real-time NLP problems

CO3: To apply semantics and named entity concepts in NLP

CO4: To apply neural network models in NLP

CO5: Develop NLP models for real-time applications

Unit-1
Teaching Hours:9
Introduction
 

Regular Expressions, Text Normalization, Edit Distance: Regular Expressions -Words-Corpora -Text Normalization -Minimum Edit Distance. N-gram Language Models: N-Grams -Evaluating Language Models - Generalization and Zeros -Smoothing -Kneser-Ney-Smoothing -Huge Language Models and Stupid Backoff-Advanced: Perplexity’s Relation to Entropy

 

Unit-1
Teaching Hours:9
Introduction
 

Regular Expressions, Text Normalization, Edit Distance: Regular Expressions -Words-Corpora -Text Normalization -Minimum Edit Distance. N-gram Language Models: N-Grams -Evaluating Language Models - Generalization and Zeros -Smoothing -Kneser-Ney-Smoothing -Huge Language Models and Stupid Backoff-Advanced: Perplexity’s Relation to Entropy

 

Unit-1
Teaching Hours:9
Introduction
 

Regular Expressions, Text Normalization, Edit Distance: Regular Expressions -Words-Corpora -Text Normalization -Minimum Edit Distance. N-gram Language Models: N-Grams -Evaluating Language Models - Generalization and Zeros -Smoothing -Kneser-Ney-Smoothing -Huge Language Models and Stupid Backoff-Advanced: Perplexity’s Relation to Entropy

 

Unit-1
Teaching Hours:9
Introduction
 

Regular Expressions, Text Normalization, Edit Distance: Regular Expressions -Words-Corpora -Text Normalization -Minimum Edit Distance. N-gram Language Models: N-Grams -Evaluating Language Models - Generalization and Zeros -Smoothing -Kneser-Ney-Smoothing -Huge Language Models and Stupid Backoff-Advanced: Perplexity’s Relation to Entropy

 

Unit-1
Teaching Hours:9
Introduction
 

Regular Expressions, Text Normalization, Edit Distance: Regular Expressions -Words-Corpora -Text Normalization -Minimum Edit Distance. N-gram Language Models: N-Grams -Evaluating Language Models - Generalization and Zeros -Smoothing -Kneser-Ney-Smoothing -Huge Language Models and Stupid Backoff-Advanced: Perplexity’s Relation to Entropy

 

Unit-2
Teaching Hours:9
Naive Bayes and Sentiment Classification
 

Naive Bayes Classifiers -Training the Naive Bayes Classifier -Worked example -Optimizing for Sentiment Analysis -Naive Bayes for other text classification tasks -Naive Bayes as a Language Model -Evaluation: Precision, Recall, F-measure -Test sets andCross-validation -Statistical Significance Testing -Avoiding Harms in Classification

 

Logistic Regression: Classification: the sigmoid -Learning in Logistic Regression -The cross-entropy loss function -Gradient Descent - Regularization -Multinomial logistic regression -Interpreting models

Unit-2
Teaching Hours:9
Naive Bayes and Sentiment Classification
 

Naive Bayes Classifiers -Training the Naive Bayes Classifier -Worked example -Optimizing for Sentiment Analysis -Naive Bayes for other text classification tasks -Naive Bayes as a Language Model -Evaluation: Precision, Recall, F-measure -Test sets andCross-validation -Statistical Significance Testing -Avoiding Harms in Classification

 

Logistic Regression: Classification: the sigmoid -Learning in Logistic Regression -The cross-entropy loss function -Gradient Descent - Regularization -Multinomial logistic regression -Interpreting models

Unit-2
Teaching Hours:9
Naive Bayes and Sentiment Classification
 

Naive Bayes Classifiers -Training the Naive Bayes Classifier -Worked example -Optimizing for Sentiment Analysis -Naive Bayes for other text classification tasks -Naive Bayes as a Language Model -Evaluation: Precision, Recall, F-measure -Test sets andCross-validation -Statistical Significance Testing -Avoiding Harms in Classification

 

Logistic Regression: Classification: the sigmoid -Learning in Logistic Regression -The cross-entropy loss function -Gradient Descent - Regularization -Multinomial logistic regression -Interpreting models

Unit-2
Teaching Hours:9
Naive Bayes and Sentiment Classification
 

Naive Bayes Classifiers -Training the Naive Bayes Classifier -Worked example -Optimizing for Sentiment Analysis -Naive Bayes for other text classification tasks -Naive Bayes as a Language Model -Evaluation: Precision, Recall, F-measure -Test sets andCross-validation -Statistical Significance Testing -Avoiding Harms in Classification

 

Logistic Regression: Classification: the sigmoid -Learning in Logistic Regression -The cross-entropy loss function -Gradient Descent - Regularization -Multinomial logistic regression -Interpreting models

Unit-2
Teaching Hours:9
Naive Bayes and Sentiment Classification
 

Naive Bayes Classifiers -Training the Naive Bayes Classifier -Worked example -Optimizing for Sentiment Analysis -Naive Bayes for other text classification tasks -Naive Bayes as a Language Model -Evaluation: Precision, Recall, F-measure -Test sets andCross-validation -Statistical Significance Testing -Avoiding Harms in Classification

 

Logistic Regression: Classification: the sigmoid -Learning in Logistic Regression -The cross-entropy loss function -Gradient Descent - Regularization -Multinomial logistic regression -Interpreting models

Unit-3
Teaching Hours:9
Vector Semantics and Embeddings
 

Lexical Semantics -Vector Semantics -Words and Vectors -Cosine for measuring similarity -TF-IDF: Weighing terms in the vector-Pointwise Mutual Information (PMI) -Applications of the TF-IDF or PPMI vector models-Word2vec-Visualizing Embeddings-Semantic properties of embeddings - Bias and Embeddings -Evaluating Vector Models

Sequence Labeling for Parts of Speech and Named Entities: (Mostly) English Word Classes -Part-of-Speech Tagging -Named Entities and Named Entity

 

Tagging -HMM Part-of-Speech Tagging -Conditional Random Fields (CRFs) -Evaluation of Named Entity Recognition

Unit-3
Teaching Hours:9
Vector Semantics and Embeddings
 

Lexical Semantics -Vector Semantics -Words and Vectors -Cosine for measuring similarity -TF-IDF: Weighing terms in the vector-Pointwise Mutual Information (PMI) -Applications of the TF-IDF or PPMI vector models-Word2vec-Visualizing Embeddings-Semantic properties of embeddings - Bias and Embeddings -Evaluating Vector Models

Sequence Labeling for Parts of Speech and Named Entities: (Mostly) English Word Classes -Part-of-Speech Tagging -Named Entities and Named Entity

 

Tagging -HMM Part-of-Speech Tagging -Conditional Random Fields (CRFs) -Evaluation of Named Entity Recognition

Unit-3
Teaching Hours:9
Vector Semantics and Embeddings
 

Lexical Semantics -Vector Semantics -Words and Vectors -Cosine for measuring similarity -TF-IDF: Weighing terms in the vector-Pointwise Mutual Information (PMI) -Applications of the TF-IDF or PPMI vector models-Word2vec-Visualizing Embeddings-Semantic properties of embeddings - Bias and Embeddings -Evaluating Vector Models

Sequence Labeling for Parts of Speech and Named Entities: (Mostly) English Word Classes -Part-of-Speech Tagging -Named Entities and Named Entity

 

Tagging -HMM Part-of-Speech Tagging -Conditional Random Fields (CRFs) -Evaluation of Named Entity Recognition

Unit-3
Teaching Hours:9
Vector Semantics and Embeddings
 

Lexical Semantics -Vector Semantics -Words and Vectors -Cosine for measuring similarity -TF-IDF: Weighing terms in the vector-Pointwise Mutual Information (PMI) -Applications of the TF-IDF or PPMI vector models-Word2vec-Visualizing Embeddings-Semantic properties of embeddings - Bias and Embeddings -Evaluating Vector Models

Sequence Labeling for Parts of Speech and Named Entities: (Mostly) English Word Classes -Part-of-Speech Tagging -Named Entities and Named Entity

 

Tagging -HMM Part-of-Speech Tagging -Conditional Random Fields (CRFs) -Evaluation of Named Entity Recognition

Unit-3
Teaching Hours:9
Vector Semantics and Embeddings
 

Lexical Semantics -Vector Semantics -Words and Vectors -Cosine for measuring similarity -TF-IDF: Weighing terms in the vector-Pointwise Mutual Information (PMI) -Applications of the TF-IDF or PPMI vector models-Word2vec-Visualizing Embeddings-Semantic properties of embeddings - Bias and Embeddings -Evaluating Vector Models

Sequence Labeling for Parts of Speech and Named Entities: (Mostly) English Word Classes -Part-of-Speech Tagging -Named Entities and Named Entity

 

Tagging -HMM Part-of-Speech Tagging -Conditional Random Fields (CRFs) -Evaluation of Named Entity Recognition

Unit-4
Teaching Hours:9
Neural Networks:
 

 

Units -The XOR problem -Feed-Forward Neural Networks -Training Neural Nets -Neural Language Models.

Deep Learning Architectures for Sequence Processing: Language Models Revisited -Recurrent Neural Networks -Managing Context in RNNs: LSTMs

 

and GRUs

Unit-4
Teaching Hours:9
Neural Networks:
 

 

Units -The XOR problem -Feed-Forward Neural Networks -Training Neural Nets -Neural Language Models.

Deep Learning Architectures for Sequence Processing: Language Models Revisited -Recurrent Neural Networks -Managing Context in RNNs: LSTMs

 

and GRUs

Unit-4
Teaching Hours:9
Neural Networks:
 

 

Units -The XOR problem -Feed-Forward Neural Networks -Training Neural Nets -Neural Language Models.

Deep Learning Architectures for Sequence Processing: Language Models Revisited -Recurrent Neural Networks -Managing Context in RNNs: LSTMs

 

and GRUs

Unit-4
Teaching Hours:9
Neural Networks:
 

 

Units -The XOR problem -Feed-Forward Neural Networks -Training Neural Nets -Neural Language Models.

Deep Learning Architectures for Sequence Processing: Language Models Revisited -Recurrent Neural Networks -Managing Context in RNNs: LSTMs

 

and GRUs

Unit-4
Teaching Hours:9
Neural Networks:
 

 

Units -The XOR problem -Feed-Forward Neural Networks -Training Neural Nets -Neural Language Models.

Deep Learning Architectures for Sequence Processing: Language Models Revisited -Recurrent Neural Networks -Managing Context in RNNs: LSTMs

 

and GRUs

Unit-5
Teaching Hours:9
Question Answering
 

Information Retrieval -IR-based Factoid Question Answering -Entity Linking -Knowledge-based Question Answering. Chatbots & Dialogue Systems: Properties of Human Conversation -Chatbots -GUS: Simple Frame- based Dialogue Systems. Automatic Speech Recognition and Text-to- Speech: The Automatic Speech Recognition Task- Feature Extraction for

 

ASR: Log Mel Spectrum -Speech Recognition Architecture.

Unit-5
Teaching Hours:9
Question Answering
 

Information Retrieval -IR-based Factoid Question Answering -Entity Linking -Knowledge-based Question Answering. Chatbots & Dialogue Systems: Properties of Human Conversation -Chatbots -GUS: Simple Frame- based Dialogue Systems. Automatic Speech Recognition and Text-to- Speech: The Automatic Speech Recognition Task- Feature Extraction for

 

ASR: Log Mel Spectrum -Speech Recognition Architecture.

Unit-5
Teaching Hours:9
Question Answering
 

Information Retrieval -IR-based Factoid Question Answering -Entity Linking -Knowledge-based Question Answering. Chatbots & Dialogue Systems: Properties of Human Conversation -Chatbots -GUS: Simple Frame- based Dialogue Systems. Automatic Speech Recognition and Text-to- Speech: The Automatic Speech Recognition Task- Feature Extraction for

 

ASR: Log Mel Spectrum -Speech Recognition Architecture.

Unit-5
Teaching Hours:9
Question Answering
 

Information Retrieval -IR-based Factoid Question Answering -Entity Linking -Knowledge-based Question Answering. Chatbots & Dialogue Systems: Properties of Human Conversation -Chatbots -GUS: Simple Frame- based Dialogue Systems. Automatic Speech Recognition and Text-to- Speech: The Automatic Speech Recognition Task- Feature Extraction for

 

ASR: Log Mel Spectrum -Speech Recognition Architecture.

Unit-5
Teaching Hours:9
Question Answering
 

Information Retrieval -IR-based Factoid Question Answering -Entity Linking -Knowledge-based Question Answering. Chatbots & Dialogue Systems: Properties of Human Conversation -Chatbots -GUS: Simple Frame- based Dialogue Systems. Automatic Speech Recognition and Text-to- Speech: The Automatic Speech Recognition Task- Feature Extraction for

 

ASR: Log Mel Spectrum -Speech Recognition Architecture.

Text Books And Reference Books:

 

  1. Daniel Jurafsky & James H.Martin, “ Speech and Language Processing”,

Essential Reading / Recommended Reading
  1. James Allen, Natural Language Understanding, Second Edition, 2003, Pearson Education.

  2. Steven Bird, Ewan Klein, Edward Loper, “Natural Language Processing with Python”, O'Reilly Media; 1 edition (July 10, 2009)

  3. Pushpak Bhattacharyya, “Machine Translation”, Chapman and Hall/CRC; 1 edition (January 22, 2015)

 

Evaluation Pattern
  • CIA 1 – 20 Marks

  • CIA 2 – 50 Marks

  • CIA 3 – 20 Marks

  • End Semester Examination – 100 Marks

  • Attendance – 5 Marks

 

(Scaled: CIA – 50 Marks & ESE – 50 Marks)